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.
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"
Hire:
./bin/github_hire a_username
Fire:
./bin/github_fire a_username