node-skeleton
v2.0.4
Published
Application generator tool, to quickly create an node project skeleton.
Downloads
15
Maintainers
Readme
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