1.2.0 • Published 8 years ago

collaborator v1.2.0

Weekly downloads
2
License
BSD
Repository
github
Last release
8 years ago

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

1.2.0

8 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago