GitHub Team Inviter
$ takotsubo getteam {repository name}
> ID: 001 NAME: Owners URL: http://github.com/xxxxx
> ID: 002 NAME: Engineers URL: http://github.com/xxxxx
$ takotsubo add {team id} {member_name}
// If you want to specify multiple members
$ takotsubo add {team id} {member_name,member_name,member_name...}
$ takotsubo members {team id}
To install, use go get
:
$ go get github.com/taketin/takotsubo
// Settings for Environment variables
$ export GITHUB_TOKEN="your token (required ADMIN authority)"
// If your want to use in the GH:E
$ export GITHUB_HOST="your GitHub Enterprise host"
- Fork (https://github.com//takotsubo/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create new Pull Request