Skip to content

Commit b75dbdf

Browse files
committed
feat: bootstrap enum component
1 parent 5ab1407 commit b75dbdf

52 files changed

Lines changed: 2300 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/changelog-generator

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/mentordosnerds/Sites/github.com/php-fast-forward/enum/vendor/fast-forward/dev-tools/.agents/skills/changelog-generator

.agents/skills/create-agentsmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/mentordosnerds/Sites/github.com/php-fast-forward/enum/vendor/fast-forward/dev-tools/.agents/skills/create-agentsmd

.agents/skills/github-issues

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/mentordosnerds/Sites/github.com/php-fast-forward/enum/vendor/fast-forward/dev-tools/.agents/skills/github-issues

.agents/skills/github-pull-request

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/mentordosnerds/Sites/github.com/php-fast-forward/enum/vendor/fast-forward/dev-tools/.agents/skills/github-pull-request

.agents/skills/package-readme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/mentordosnerds/Sites/github.com/php-fast-forward/enum/vendor/fast-forward/dev-tools/.agents/skills/package-readme

.agents/skills/phpdoc-code-style

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/mentordosnerds/Sites/github.com/php-fast-forward/enum/vendor/fast-forward/dev-tools/.agents/skills/phpdoc-code-style

.agents/skills/phpunit-tests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/mentordosnerds/Sites/github.com/php-fast-forward/enum/vendor/fast-forward/dev-tools/.agents/skills/phpunit-tests

.agents/skills/pull-request-review

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/mentordosnerds/Sites/github.com/php-fast-forward/enum/vendor/fast-forward/dev-tools/.agents/skills/pull-request-review

.agents/skills/sphinx-docs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/mentordosnerds/Sites/github.com/php-fast-forward/enum/vendor/fast-forward/dev-tools/.agents/skills/sphinx-docs

.docheader

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Ergonomic utilities for PHP enums, including names, values, lookups, and option maps.
3+
*
4+
* This file is part of fast-forward/enum project.
5+
*
6+
* @author Felipe Sayão Lobato Abreu <github@mentordosnerds.com>
7+
* @license https://opensource.org/licenses/MIT MIT License
8+
*
9+
* @see https://github.com/php-fast-forward/enum
10+
* @see https://github.com/php-fast-forward/enum/issues
11+
* @see https://php-fast-forward.github.io/enum/
12+
* @see https://datatracker.ietf.org/doc/html/rfc2119
13+
*/

0 commit comments

Comments
 (0)