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
Installs
3
First Seen
6 days ago
bun — marcioaltoe/skills