npm-update-interactive
v0.0.8
Published
Upgrade your npm dependencies interactively.
Downloads
5
Maintainers
Readme
npm-update-interactive
A command-line tool for interactively updating npm packages.
You can think of npm-upgrade-interactive
as a combination of the npm outdated
and npm update [package...]
commands. Where npm outdated
displays the list of outdated packages and npm update [package...]
can then be used to upgrade desired packages, npm-upgrade-interactive
displays the same outdated package list and lets you immediately and interactively choose which to upgrade.
Usage
npx npm-update-interactive [--latest]
This will launch the interactive interface where you can select which packages to update.
--latest
: This flag ignores the specified version ranges in package.json
and instead use latest in the registry.
Colors indicate safety of the update, red
is a breaking change, yellow
is a minor update, and green
is patch.
https://github.com/user-attachments/assets/1d3dea0c-1985-4bb3-9d54-e255aa5dad23