1.0.0 • Published 8 years ago

github-add-collab-cli v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

github-add-collab-cli Build Status

Add collaborators to Github repos

Install

$ npm install --global github-add-collab-cli

Usage

$ github-add-collab --help

  Usage
	$ github-add-collab <user> [repos]

  Example
	$ github-add-collab johndoe github-add-collab yeoman/yo --token 523ef69119
	$ github-add-collab johndoe --add-to-all --token 523ef69119

  Options
	-a, --add-to-all      Add to all repositories
	-s, --add-to-sources  Add to source repositories
	-t, --token           Github token to authenticate with
	-v, --verbose         Show detailed output

Related

License

MIT © Kevin Martensson