1.0.6 • Published 9 years ago

iflux-scaffold v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

iflux-scaffold

工欲善其事 必先利其器

在怎么强调都不过分?遥看Django和RoR都有非常好用的脚手架功能,快速的生成项目骨架,管理项目的依赖,以及一些自动化功能。

大大的增强了我们的开发体验。

Ok,It's time to build it.

请使用node0.12+版本

Usage:

npm install -g iflux-scaffold

➜  iflux-scaffold git:(master) iflux
                                     ) (`-.
                                      ( OO ).
,-.-')    ,------.,--.     ,--. ,--. (_/.  \_)-.
|  |OO)('-| _.---'|  |.-') |  | |  |  \  `.'  /  
|  |  \(OO|(_\    |  | OO )|  | | .-') \     /\  
|  |(_//  |  '--. |  |`-' ||  |_|( OO ) \   \ |  
,|  |_.'\_)|  .--'(|  '---.'|  | | `-' /.'    \_)
(_|  |     \|  |_)  |      |('  '-'(_.-'/  .'.  \  
`--'      `--'    `------'  `-----'  '--'   '--'

Usage: iflux [options] [command]


Commands:

  new [project-name]  create a new project
  newapp [app-name]   create a new app
  run                 run current project
  update              sync react starter
  help [cmd]          display help for [cmd]

Options:

  -h, --help     output usage information
  -V, --version  output the version number

#create project
iflux new hello

npm install

npm start

#create app
iflux newapp blog
1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago