nodejs >= 7.0.0
$ npm install yep-cli -g
$ yep init pc demo
$ cd demo
$ yep start
# 127.0.0.1:8888
$ npm install yep-cli -g
$ yarn global add yep-cli
$ git clone [email protected]:cjg125/yep-cli.git yep
$ cd yep
$ npm link
-
创建一个项目
$ yep init [template-name] [project-name] [options]
# 查看帮助 $ yep init -h # 交互式创建一个项目 $ yep init # git clone 创建项目 $ yep init -c # 命令行创建项目 $ yep init pc demo -c
-
给"模版" 设置一个别名
$ yep alias [options] [template-name] [repository]
# github 项目模版别名 $ yep alias pc github:cjg125/fe-pc-tmpl # or cjg125/fe-pc-tmpl # gitlab 项目模版别名 $ yep alias pc gitlab:owner/name # 自定义 项目模版别名 $ yep alias pc gitlab:custom.com:owner/name # 显示alias列表 $ yep alias -l # 删除一个别名 $ yep alias -d pc
-
启动本地http服务
$ yep start [port]
# 默认端口 8888 $ yep start 1337
-
构建项目
$ yep build
-
0.2.0 ( 2016-12-19 )
- proxy支持
- 直接默认浏览器打开项目地址
-
0.3.0 ( 2016-12-20 )
- 支持winodws系统