0.0.1 • Published 7 years ago
xiaobo-yb v0.0.1
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 -gUsage
autogo <project name>Then
cd <project name>
npm install
gulp watchNow 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 sass、coffee or jade:
autogo demo --without sass,jade0.0.1
7 years ago