npm.io
0.0.1 • Published 10 years agoCLI

add-project-to-repo

Licence
MIT
Version
0.0.1
Deps
0
Vulns
0
Weekly
0
Stars
2

#add-project-to-repo

Easiest way to add existing project or files into repository

##Install

npm -g add-project-to-repo

###Features Get lazy and use

atr link_to_your_repo

instead of using list of commands

  • git init
  • git add .
  • git commit -m "init"
  • git remote add origin link_to_your_repo
  • git remote -v
  • git push origin master

it will run all these commands for you.

###Enjoy)

Keywords