pingpong / modules-cli
A console for pingpong/modules
dev-master
2014-10-19 18:31 UTC
Requires
- php: >=5.4.0
- illuminate/console: ~4|~5
- illuminate/container: ~4|~5
- illuminate/support: ~4|~5
- pingpong/modules: ~1
This package is not auto-updated.
Last update: 2024-11-05 04:02:34 UTC
README
This package is part of pingpong/modules package.
Installation
Install globally.
composer global require "pingpong/modules-cli:dev-master"
Install locally for laravel project.
composer require "pingpong/modules-cli:dev-master"
Setup
After installation completed, you can access the module
cli from bin
folder.
Globally:
~/composer/vendor/bin/module
Locally:
vendor/bin/module
You may create alias for quick access the module
cli, or export the bin path to your ~/.bashrc
file.
alias module="vendor/bin/module" export PATH="vendor/bin:$PATH"
Usage
There is some command you can use for generating a module, module's controller or others.
You may also show all available command using module list
command.
$ module list
Available Commands
Coming Soon
License
This package is open-sourced software licensed under The BSD 3-Clause License