Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
smtlaissezfaire committed Oct 27, 2010
1 parent b1f82dc commit e5172bf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README
@@ -0,0 +1,19 @@

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/add_user_to_all a_username
Fire: ./bin/remove_user_from_all a_username

0 comments on commit e5172bf

Please sign in to comment.