0.7.0 • Published 7 years ago
@faisal50x/flashcli v0.7.0
Flashcli 
Flash' application generator.
Flash' application generator.
Installation
$ npm install -g @faisal50x/flashcli
or
$ npm i -g @faisal50x/flashcliQuick Start
The quickest way to get started with flash is to utilize the executable flash(1) to generate an application as shown below:
Create the app:
$ flash new hello-worldGoto application folder :
$ cd hello-worldStart your run/main.js app at http://localhost:3000/:
$ npm startCommand Line Options
This generator can also be further configured with the following command line flags.
-v, --version output the version number
-h, --help output usage information
Commands:
new <name> Create new flash project
make controller <name> Create new flash controller
make middleware <name> Create new flash middleware