cet(cooperation effectiveness tools)是提升工作效率的命令行工具
- 轻便、命令行工具
- 可通过配置文件组合脚本、自定义工作流
- 配置文件可导入/导出
via brew
$ brew install https://raw.githubusercontent.com/simdd/cet/master/cet.rb
via curl
$ curl -o cet https://raw.githubusercontent.com/simdd/cet/master/cet
$ mv cet /usr/local/bin
$ chmod +x /usr/local/bin/cet
cet test
$ cet config
指令上下以空行分割
#添加指令说明
[direct]
script1
sciprt2
#发布当前分支到远端release
[release]
git branch -D release
git push origin :release
git checkout -b release
git push
git push --set-upstream origin release
$ cet export
$ cet import [filePath]
$ cet [direct]
$ cet help
$ vi ~/.bash_profile
$ alias c='cet'
$ source ~/.bash_profile
$ cet version
MIT