Socket
Book a DemoInstallSign in
Socket

collaborator

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collaborator

easily add/remove collaborators to/from your github repos from the CLI

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
2
-77.78%
Maintainers
3
Weekly downloads
 
Created
Source

collaborator

easily add new collaborators to your github repos from the CLI

NPM

usage

npm install -g collaborator

# print out existing collaborators
collaborator

# add maxogden as a collaborator to the current repo
collaborator maxogden

# remove maxogden as a collaborator from the current repo
collaborator --del maxogden

You can also specify the --npm flag to automatically add them as an owner on npm. Be aware that it uses the module find-npm-by-github to guess the npm name of the github user.

So you should check the message Added <npmuser> to module <yourmodule> on stderr in case the npm user name was wrongly determined.

example

collaborator maxogden > collaborators.md

see collaborators.md for the output

FAQs

Package last updated on 18 Jun 2016

Did you know?

Socket

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