1.1.4 • Published 9 years ago
hoo-generator v1.1.4
Hoo' application generator.
Installation
$ npm install -g hoo-generatorQuick Start
The quickest way to get started with hoo-generator is to utilize the executable hoo(1) to generate an application as shown below:
Create the app:
$ hoo -i <name> && cd nameInstall dependencies:
$ npm installStart your serve.js at http://localhost:3000/:
$ npm startCommand Line Options
This hoo-generator can also be further configured with the following command line flags.
-h, --help output usage information
--version output the version number
-i, --init init a project
-l, --listPkg list the project package
-p, --package update the project package
-d, --depends install node_modules