https://github.com/doowb/add-collaborator
Add a collaborator to all of your github repositories.
https://github.com/doowb/add-collaborator
api cli collaboration collaborators github nodejs
Last synced: about 1 month ago
JSON representation
Add a collaborator to all of your github repositories.
- Host: GitHub
- URL: https://github.com/doowb/add-collaborator
- Owner: doowb
- License: mit
- Created: 2015-08-20T21:51:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T02:54:18.000Z (over 9 years ago)
- Last Synced: 2025-02-26T11:06:08.056Z (about 2 months ago)
- Topics: api, cli, collaboration, collaborators, github, nodejs
- Language: JavaScript
- Size: 152 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# add-collaborator [](http://badge.fury.io/js/add-collaborator)
> Add a collaborator to all of your github repositories.
Install with [npm](https://www.npmjs.com/)
```sh
$ npm i add-collaborator -g
```## Usage
Pull down repositories.
```sh
$ add-collaborator repos
```Sync collaborators with repositories
```sh
$ add-collaborator sync
```Do both at once
```sh
$ add-collaborator repos sync
```Force questions for github authentication and settings to be asked again
```sh
$ add-collaborator repos sync -f
```Provide flags through the commandline to override stored settings.
* `user` or `u` for github user that is the owner of the repositories
* `collaborator` or `c` for the collaborator to add
* `token` or `t` for github authentication token (basic github authentication is not supported through flags)```sh
$ add-collaborator repos sync -u [username] -c [collaborator] -t [token]
```## Related projects
* [ask-for-github-auth](https://github.com/doowb/ask-for-github-auth): Prompt a user for their github authentication credentials and save the results.
* [composer](https://github.com/jonschlinkert/composer): The build system used to create verb, assemble and generate.
* [github-base](https://github.com/jonschlinkert/github-base): Base methods for creating node.js apps that work with the GitHub API.## Contributing
Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/doowb/add-collaborator/issues/new)
## Author
**Brian Woodward**
+ [github/doowb](https://github.com/doowb)
+ [twitter/doowb](http://twitter.com/doowb)## License
Copyright © 2015 Brian Woodward
Released under the MIT license.***
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on August 20, 2015._