2.0.4 • Published 3 years ago
node-skeleton v2.0.4
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