https://github.com/amethyst-php/cli
https://github.com/amethyst-php/cli
amethyst amethyst-tool
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/amethyst-php/cli
- Owner: amethyst-php
- License: mit
- Created: 2018-09-28T21:20:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T19:37:47.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T01:35:57.587Z (over 1 year ago)
- Topics: amethyst, amethyst-tool
- Language: PHP
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skeleton Amethyst Tool
[](https://github.com/amethyst-php/cli/actions)
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 |