bun

Installation
SKILL.md

Bun

Quick Start

# Install
curl -fsSL https://bun.sh/install | bash

# Init project
bun init

# Run TypeScript directly
bun run index.ts

# Watch mode (hard restart on change)
bun --watch index.ts

# Hot reload (preserves global state, no restart)
bun --hot server.ts
Related skills
Installs
20
GitHub Stars
3
First Seen
Feb 17, 2026