1.0.2 • Published 7 years ago

git-upgrade v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Git-upgrade

Git-upgrade is a utility for keep your github repositories with the dependencies updated. It basically do npm upgrade --save and if there is changes, do a npm version patch and push the changes.

Author: Roger Fos Soler (desaroger23@gmail.com)

Usage

First, install the library:

$ npm i -g git-upgrade

Now you have a cli utility called git-upgrade. Usage:

$ git-upgrade [repository]

Example:

$ git-upgrade desaroger@loopback-i18n

It will create a temporal folder, clone the repo, etc. You can run this command on any place, as it does nothing with the current folder.

1.0.2

7 years ago

1.0.0

7 years ago