sk Skill · affaan-m
bun-runtime
Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.
Open on skills.sh ↗read 2026-09-17
- installs 8w
- 1,820
- 30-day movement
- starts with the next reading
- Related entries
- 5
- Connections
- 0
typescriptbashJavaScript
A SKILL.md that teaches an AI coding agent to use Bun as a runtime, package manager, bundler, and test runner. It covers when to choose Bun over Node, migration notes, Vercel support, and example commands for running, installing, testing, and using the runtime API.
Reach for it when your agent should default to Bun's single toolchain instead of Node/npm in JavaScript or TypeScript work.
Use it to
- Set up Bun for new JS/TS projects
- Run TypeScript files natively with bun run
- Speed up dependency installs with bun install
- Run tests with Bun's built-in test runner
- Deploy to Vercel with the Bun runtime
For Developers using AI coding agents on JavaScript projects
- Host repository
- affaan-m/ECC
- Installs, lifetime
- 3,000
- Installs, 8 weeks
- 1,820
- Host stars
- 261k
- Host language
- JavaScript
topicsbunjavascripttypescriptruntimepackage-managertesting