1.1.4 • Published 7 years ago

hoo-generator v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Hoo' application generator.

NPM Version Linux Build Windows Build

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

License

MIT

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago