npm-upgrade-all
v1.0.1
Published
Upgrade all dependencies of your project
Maintainers
Readme
NPM Upgrade All
NPM Upgrade All is a simple CLI tool to upgrade all dependencies in your package.json to their latest versions.
Installation
To install the tool, run:
npm install -g npm-upgrade-allUsage
You can run the tool using the command:
nuaThe tool will read your package.json, list all dependencies, and prompt you to confirm if you want to update them to their latest versions.
