node-skeleton
v2.0.4
Published
Application generator tool, to quickly create an node project skeleton.
Maintainers
Readme
Node application generator.
Installation
$ npm i -g node-skeletonQuick 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-appInstall dependencies:
$ npm installStart your Node Application app at http://localhost:<port>:
$ npm startCommand 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