@faisal50x/flashcli

0.7.0 • Public • Published

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

Package Sidebar

Install

npm i @faisal50x/flashcli

Weekly Downloads

0

Version

0.7.0

License

MIT

Unpacked Size

65.8 kB

Total Files

25

Last publish

Collaborators

  • faisal50x