hoo-generator
v1.1.4
Published
wap application generator
Downloads
3
Readme
Hoo' application generator.
Installation
$ npm install -g hoo-generator
Quick 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 name
Install dependencies:
$ npm install
Start your serve.js at http://localhost:3000/
:
$ npm start
Command 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