autogo

0.1.3 • Public • Published

Autogo

A Node Command Line Tool to auto generate a web structure.

This is also a tutorial to teach you how to make a Node Command.Just see http://www.awesomes.cn/source/12

Install

npm install autogo -g

Usage

autogo <project name>

Then

cd <project name>
npm install
gulp watch

Now you can develop your app...

Options

 Usage: autogo [options] [project name]
 
  Options:
 
    -h, --help                   output usage information
    -V, --version                output the version number
    -W, --without <str | array>  generate project without some models(value can be `sass``coffee``jade`)
 

You can use -W to without some models,like sasscoffee or jade:

autogo demo --without sass,jade

Readme

Keywords

none

Package Sidebar

Install

npm i autogo

Weekly Downloads

4

Version

0.1.3

License

ISC

Last publish

Collaborators

  • hxh1246996371