dep-updater

1.0.1 • Public • Published

dep-updater

version stability-unstable Maintenance MIT

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

Roadmap v1.0.0

  • [BUG] Sometimes pkg.current is an Object !
  • Detect if the terminal support emoji or not.
  • Improve error handling from npm commands (update and delete).
  • Add argv option to change the default git template.
  • Add argv option to force test and commit (avoid option asking).
  • Add argv option to force updateAll (or updateWanted).

Package Sidebar

Install

npm i dep-updater

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

14.4 kB

Total Files

8

Last publish

Collaborators

  • fraxken