0.7.0 • Published 5 years ago

@faisal50x/flashcli v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Flashcli NPM Version

Flash' application generator.

NPM Version NPM Downloads

Flash' application generator.

Installation

$ npm install -g @faisal50x/flashcli
                or
$ npm i -g @faisal50x/flashcli

Quick 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-world

Goto application folder :

$ cd hello-world

Start your run/main.js app at http://localhost:3000/:

$ npm start

Command 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

License

MIT