Skip to content

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

License

jtemplet/gitonup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitonup

NPM

js-standard-style

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published