Flash nodejs framework development
npm install @faisal50x/flashcliFlash' application generator.
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
Flash' application generator.
``sh`
$ npm install -g @faisal50x/flashcli
or
$ npm i -g @faisal50x/flashcli
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:
`bash`
$ flash new hello-world
Goto application folder :
`bash`
$ cd hello-world
Start your run/main.js app at http://localhost:3000/:
`bash``
$ npm start
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
make controller
make middleware
[npm-image]: https://img.shields.io/npm/v/@faisal50x/flashcli.svg
[npm-url]: https://npmjs.org/package/@faisal50x/flashcli
[downloads-image]: https://img.shields.io/npm/dt/@faisal50x/flashcli.svg
[downloads-url]: https://npmjs.org/package/@faisal50x/flashcli