Skip to content

QianmiOpen/iflux-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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