An open API service indexing awesome lists of open source software.

https://github.com/amethyst-php/cli


https://github.com/amethyst-php/cli

amethyst amethyst-tool

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Skeleton Amethyst Tool

[![Actions Status](https://github.com/amethyst-php/cli/workflows/Test/badge.svg)](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 |