0.0.5 • Published 3 years ago
npm_package_auto_updater v0.0.5
npm_package_auto_updater
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'.