Socket
Socket
Sign inDemoInstall

add-collaborator

Package Overview
Dependencies
208
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    add-collaborator

Add a collaborator to all of your github repositories.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

add-collaborator NPM version

Add a collaborator to all of your github repositories.

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]
  • ask-for-github-auth: Prompt a user for their github authentication credentials and save the results.
  • composer: The build system used to create verb, assemble and generate.
  • 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

Author

Brian Woodward

License

Copyright © 2015 Brian Woodward Released under the MIT license.


This file was generated by verb-cli on August 20, 2015.

FAQs

Last updated on 20 Aug 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc