One-Liner series: Bun
Install on Linux and macOS
curl -fsSL https://bun.com/install | bash
Install on Windows (PowerShell)
powershell -c "irm bun.sh/install.ps1|iex"
Update
bun upgrade
curl -fsSL https://bun.com/install | bash
powershell -c "irm bun.sh/install.ps1|iex"
bun upgrade