bun
All-in-one JavaScript runtime, packager, bundler, and test runner (https://bun.sh)
To install bun
curl -fsSL https://bun.sh/install | bash
To initialize a new project
To run a file or package script
To add a package to dependencies
Or as a devDependency
bun add -d <package_name>
To remove a package
bun remove <package_name>
To run a binary or package without installing (like npx)
To run a script in hot-reload mode