2.0.4 • Published 2 years ago

node-skeleton v2.0.4

Weekly downloads
8
License
MIT
Repository
github
Last release
2 years ago

Node application generator.

Installation

$ npm i -g node-skeleton

Quick Start

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

Create the app:

$ node-skeleton my-node-app

Install dependencies:

$ npm install

Start your Node Application app at http://localhost:<port>:

$ npm start

Command Line Options

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

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

License

MIT