0.1.3 • Published 10 years ago

autogo v0.1.3

Weekly downloads
2
License
ISC
Repository
github
Last release
10 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

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago