bun
Bun — an all-in-one JavaScript runtime and toolkit.
| reference | description |
|---|---|
| cli | CLI commands, flags, install, run, test, x, create |
| config | bunfig.toml, configuration settings |
| package-manager | install, add, remove, lockfile, workspace |
| test-runner | bun test, lifecycle, matchers, snapshots |
| bundler | bun build, bundling, output formats, standalone exe |
| runtime | Bun.serve, Bun.file, Bun.spawn, Bun.write, hashing |
| shell | Bun shell, $ template literal, builtin commands |
| environment | environment variables, bunfig, runtime config |