2.0.0 • Published 10 months ago
dep-updater v2.0.0
dep-updater
npm Dependencies Updater.
Features
- Upgrade package for you (even for breaking release).
- Run test after each upgrade (and rollback if test fail).
- Create a git commit for each update
Getting Started
This package is available in the Node Package Repository and can be easily installed with npm or yarn.
$ npm install dep-updater -g
# or
$ npx dep-updater
Usage example
When installed globally the depup
executable will be exposed in your terminal
$ cd yourProject
$ depup
!WARNING Be sure to only run the binary when you have no unstaged modification in your package.json