hoo-generator

1.1.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i hoo-generator

Weekly Downloads

1

Version

1.1.4

License

ISC

Last publish

Collaborators

  • zoujun