A speedy way to update all packages in a Node/Bun project, written in Rust.
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.