Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

git-upgrade

desaroger32MIT1.0.2

Utility to upgrade your npm dependencies

git, npm, upgrade

readme

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.