1.1.0 • Published 6 years ago
silverstripe-cli-tools v1.1.0
Foobar
SilverStripe CLI Tools will help you upgrade your SilverStripe development workflow.
Installation
Use the package manager npm to install SilverStripe-CLI-Tools.
npm install silverstripe-cli-tools --saveUsage
foo@bar: ~$ silverstripeCommands
List
list This command will show all available commands
foo@bar: ~$ silverstripe listmake:page
make:page This command will generate an page file in app\src and an controller file in app\src\controllers directory
foo@bar: ~$ silverstripe make:page