/github_hire_fire

Add (or remove) all users from your projects on github.

Primary LanguageRuby

A life hack script to add (or remove) a user to all of your projects on github.

We (usually) use this script any time we hire someone.

Setup

Clone this project, and create authentication.yml in the root directory of this project. Create authentication.yml in the root of project:

authentication.yml

user: "account username"
token: "api token"

Usage:

Hire:

./bin/github_hire a_username

Fire:

./bin/github_fire a_username