Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 436 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 436 Bytes

git-separ

ember-cli编译的静态文件独立分支打包存储工具

#install

npm install -g git_separ

#using

$ gsp setup
prompt: branch name:  (_deploy)
prompt: git ssh url:  [email protected]:test/test_assets.git
prompt: ember build output path:  (dist)
prompt: production environment tag prefix:  (prod)


$ gsp push -m "test gsp" -t 0.0.1

$ gsp tags
dev.0.0.1
prod.0.0.1
prod.0.0.2