LaravelPackages.net
Acme Inc.
Toggle sidebar
amethyst/cli

17.691
0
v0.3.5
About amethyst/cli

amethyst/cli is a Laravel package. It currently has 0 GitHub stars and 17.691 downloads on Packagist (latest version v0.3.5). Install it with composer require amethyst/cli. Discover more Laravel packages by amethyst or browse all Laravel packages to compare alternatives.

Last updated

Skeleton Amethyst Tool

Actions Status

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 |

Star History Chart