Helper tool, intended to be ran after create-module was ran in offline mode
npm install gitonup -g
gitonup
Does the following work-flow:
#create <github repo> for <module name>
git remote add origin <github repo>
git push origin master
# set github repo description to package.json description