amethyst / cli
v0.3.5
2020-09-22 19:33 UTC
Requires
- php: >=7.2
- corneltek/getoptionkit: ^2.6
- doctrine/inflector: ^1.3
- eloquent/composer-config-reader: ^2.1
- friendsofphp/php-cs-fixer: 2.*
- laravel/installer: ^4.0
- nunomaduro/larastan: *
- phpstan/phpstan: *
- railken/bag: ^1.2
- symfony/console: 4.*|5.*
- twig/twig: ^2.0
Requires (Dev)
- amethyst/core: 0.2.*
- danielstjules/stringy: ~3.1.0
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2026-05-23 08:06:13 UTC
README
A package has been created to speed-up the development. Install the package globally.
composer global require amethyst/cli
If this is your first global composer package, you have to add the composer path
export PATH=$PATH:$HOME/.composer/vendor/bin
Commands
| Name | Description |
|---|---|
| amethyst lib:init | Initialize the library as an amethyst-package |
| amethyst lib:data | Generate all files to add a brand new entity |
| amethyst lib:doc | Generate the documentation of the library |
| amethyst test | Test your package using the standard rules |