0.0.5 • Published 3 years ago

npm_package_auto_updater v0.0.5

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 years ago

npm_package_auto_updater

master master

What

NPM package auto updater.
This npm package provides a command to update dependencies of package.json automatically.

Install

$ npm install -g npm_package_auto_updater

Uninstall

$ npm uninstall -g npm_package_auto_updater

Usage

It is simple.
Go to the directory which has package.json and execute the following command.

$ npm-package-auto-updater

npm-package-auto-updater has the following options.

$ npm-package-auto-updater -h   
npm_package_auto_updater [option]

option
  -debug     : Enable debug logging.
  -dryrun    : Do only check. Don't modify package.json.
  -h, -help  : Show help message.
  -set-caret : Add '^' when update package versions.
  -set-tilde : Add '~' when update package versions.
               Note that this option has priority over '-set-caret'.
0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago