0.1.3 • Published 8 years ago

autogo v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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
0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago