outdated-updater
v1.5.2
Published
Upgrades your package.json dependencies to the latest versions.
Downloads
7
Maintainers
Readme
📦 outdated-updater
Easily upgrade your npm components in your applications.
This program uses the npm outdated
command. It generates a new command to update your components from the output of this command.
📌 Install
npm install -g outdated-updater
🧐 Usage
Run this command where package.json is located.
~$: cd /path/your/app/
~$: ls
...
package.json
...
~$: outdated-updater