Skip to content

bimohxh/autogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published