0.0.8 • Published 11 months ago

npm-update-interactive v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

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

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago