/npm-update-interactive

Upgrade your npm dependencies interactively.

Primary LanguageTypeScriptISC LicenseISC

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.

ttr.-bash.bash.-.Terminal.-.2024-08-20.at.12.56.33.mp4