duolaam / cet

cet(cooperation effectiveness tools)是一款协作效率工具

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cet license

cet(cooperation effectiveness tools)是一款协作效率工具

Features

  • 命令行工具,命令行式配置,命令行式调用
  • 可通过配置文件自定义工作流
  • 可导入/导出配置文件

Install

brew install https://raw.githubusercontent.com/simdd/cet/master/cet.rb

Configure

$ cat config
# add direct
[direct]
script1
sciprt2
...

Example

# automatically pushed to the branch of release
[release]
git branch -D release
git push origin :release
git checkout -b release
git push
git push --set-upstream origin release

Usage

$ cat [direct]

Help

$ cet help

Version

$ cet version

Export

$ cet export

License

MIT

About

cet(cooperation effectiveness tools)是一款协作效率工具


Languages

Language:C 92.9%Language:Shell 5.7%Language:Ruby 1.4%