1.0.16 • Published 3 years ago

cli-node-skeleton v1.0.16

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

Node application generator.

Installation

$ npm i -g @nnaveenrajj/node-generator

Quick Start

The quickest way to get started with node generator is to utilize the executable node-generator to generate an application as shown below:

Create the app:

$ node-generator my-node-app

Install dependencies:

$ npm install

Start your App.js app at http://localhost:5000/:

$ npm start

Command Line Options

This generator can also be further configured with the following command line flags.

    --version        output the version number
    --git            add .gitignore
-f, --force          force on non-empty directory
-h, --help           output usage information

License

MIT