bun Command Examples

JavaScript runtime and toolkit. Includes a bundler, a test runner, and a package manager. More information: https://bun.sh.

bun run {{path/to/file|script_name}}

bun test

bun install

bun add {{module_name}}

bun remove {{module_name}}

bun init

bun repl

bun upgrade