Add collaborators to GitHub repos
Install
$ npm install --save github-add-collab
Usage
const githubAddCollab = ; ;
API
githubAddCollab(user, [repos], options)
Returns a promise for an array
.
user
Required
Type: string
Username to add as collaborator.
repos
Type: array
Repos to add the collaborator to.
options
token
Required
Type: string
Token to authenticate with. If you don't have a token you can generate a new one here.
addToAll
Type: boolean
If no repos are defined and this option is set to true
it'll add the user to all repositories that the token has access to.
addToSources
Type: boolean
If no repos are defined and this option is set to true
it'll add the user to all non-forked repositories that the token has access to.
Related
- github-add-collab-cli - CLI for this module
License
MIT © Kevin Mårtensson