Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.12 KB

.verb.md

File metadata and controls

63 lines (42 loc) · 1.12 KB

{%= name %} {%= badge("fury") %}

{%= description %}

Install with npm

$ npm i add-collaborator -g

Usage

Pull down repositories.

$ add-collaborator repos

Sync collaborators with repositories

$ add-collaborator sync

Do both at once

$ add-collaborator repos sync

Force questions for github authentication and settings to be asked again

$ 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)
$ add-collaborator repos sync -u [username] -c [collaborator] -t [token]

Related projects

{%= related(verb.related.list, {remove: name}) %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}