项目作者: jcgay

项目描述 :
Protect GitHub branches
高级语言: Go
项目地址: git://github.com/jcgay/protector.git
创建时间: 2016-11-28T21:54:15Z
项目社区:https://github.com/jcgay/protector

开源协议:MIT License

下载


Protector

Protect (and free) your GitHub branches.
Greatly inspired by audit and pepper.

Usage

  1. $> protector -h
  2. protector - v0.1.0-SNAPSHOT
  3. -branches value
  4. branches to include (as regexp)
  5. -dry-run
  6. do not make any changes, just print out what would have been done
  7. -free
  8. remove branch protection
  9. -orgs value
  10. organizations name to protect
  11. -repos value
  12. repositories fullname to protect (ex: jcgay/maven-color)
  13. -token string
  14. GitHub API token
  15. -v print version and exit (shorthand)
  16. -version
  17. print version and exit

Build

Status

Build Status
Code Report
Coverage Status

Release

  1. make release

List available tasks

  1. make help

macOS

To run md5sum and sha256sum, I use zsh aliases:

  1. make <task> SHELL=/bin/zsh