How I Published My Rust Bun Version Manager (bum) CLI to NPM Package
Background So I built this CLI called bum – a fast Bun version manager written in Rust. Works great locally, but I wanted anyone to just run: npx @owenizedd/bum use 1.3.3 without installing Rust or compiling anything. That’s going to be freaking awesome right? Turns out, this is totally possible! I learned about it from…