A speedy way to update all packages in a Node/Bun project, written in Rust.

npm downloadsGitHub status

Usage

Bun

bun --bun add -d nrush@latest
nrush -i

Node

npx nrush@latest -i

Notes

  • nrush is short for npm rush, as in "please get me up to date"
  • The base omznc/nrush package figures out your OS architecture and downloads the correct binary. It uses child_process which you could find alarming, but hey, that's what open-source is for.
Underlying binaries
with ❤️ by omznc