Skip to content
/ cet Public

⚡️cet(cooperation effectiveness tools)是提升工作效率的命令行工具

License

Notifications You must be signed in to change notification settings

simdd/cet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cet license

cet(cooperation effectiveness tools)是提升工作效率的命令行工具

Features

  • 轻便、命令行工具
  • 可通过配置文件组合脚本、自定义工作流
  • 配置文件可导入/导出

Install

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

Test

cet test

Configure

$ cet config

指令上下以空行分割

#添加指令说明
[direct]
script1
sciprt2

Example

#发布当前分支到远端release
[release]
git branch -D release
git push origin :release
git checkout -b release
git push
git push --set-upstream origin release

Export

$ cet export

Import

$ cet import [filePath]

Usage

$ cet [direct]

Help

$ cet help

Alias

$ vi ~/.bash_profile
$ alias c='cet'
$ source ~/.bash_profile

Version

$ cet version

License

MIT

About

⚡️cet(cooperation effectiveness tools)是提升工作效率的命令行工具

Resources

License

Stars

Watchers

Forks

Packages

No packages published