Bun runtime, bundler, and test runner references with JavaScript and TypeScript examples. Use for running files and scripts, watch and hot reload, debugging, and bunfig.toml configuration.
Resources
1Install
npx skillscat add jagritgumber/bunskills/bun Install via the SkillsCat registry.
SKILL.md
Bun Skill
Use this skill for Bun runtime usage, bundler workflows, and test runner behavior. References are organized by area and include JavaScript and TypeScript variants.
Files suffixed with -types are TypeScript references for the same document.
Sections
- Runtime references live in runtime/.
- Bundler references live in bundler/.
- Test runner references live in test-runner/.
Runtime References
Runtime Core
- Runtime
- Runtime (TypeScript)
- Watch Mode
- Watch Mode (TypeScript)
- Debugger
- Debugger (TypeScript)
- bunfig.toml
- bunfig.toml (TypeScript)
File and Module System
- File Types
- File Types (TypeScript)
- Module Resolution
- Module Resolution (TypeScript)
- JSX
- JSX (TypeScript)
- Auto Install
- Auto Install (TypeScript)
- Plugins
- Plugins (TypeScript)
- File System Router
- File System Router (TypeScript)
HTTP Server
- HTTP Server
- HTTP Server (TypeScript)
- HTTP Routing
- HTTP Routing (TypeScript)
- HTTP Cookies
- HTTP Cookies (TypeScript)
- HTTP TLS
- HTTP TLS (TypeScript)
- HTTP Error Handling
- HTTP Error Handling (TypeScript)
- HTTP Metrics
- HTTP Metrics (TypeScript)