diff --git a/README b/README new file mode 100644 index 0000000..7bd3c76 --- /dev/null +++ b/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 \ No newline at end of file