gitonup
v1.1.0
Published
Intended to run with create-module in offline mode, creates a git remote repo, pushes the local repo to the remote repo, adds the new remote repo to the package.json
Downloads
3
Readme
gitonup
Helper tool, intended to be ran after create-module was ran in offline mode
Install
npm install gitonup -g
Usage
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