Skip to content

Instantly share code, notes, and snippets.

View janester's full-sized avatar

Jane Sternbach janester

  • New York, NY
View GitHub Profile
@janester
janester / quickly.rb
Last active December 19, 2015 11:59 — forked from BrainScraps/quickly.rb
#This is a script that I made for quickly creating a new directory, GitHub repository,
#local respository, and linking the two up - all with one command!
#Dependencies:
#git
#github account & credentials
#the 'octokit' gem (gem install octokit)
#Usage:
#First, edit the script to include your GitHub username and password.