bun
✓Use Bun instead of Node.js, npm, pnpm, or vite. Provides command mappings, Bun-specific APIs, and development patterns.
Installation
SKILL.md
Use Bun as the default JavaScript/TypeScript runtime and package manager.
| node file.ts | bun file.ts | | ts-node file.ts | bun file.ts | | npm install | bun install | | npm run script | bun run script | | jest / vitest | bun test | | webpack / esbuild | bun build |
| Bun.serve() | HTTP server with WebSocket, HTTPS, routes | express | | bun:sqlite | SQLite database | better-sqlite3 | | Bun.redis | Redis client | ioredis | | Bun.sql | Postgres client | pg, postgres.js | | Bun.file() | File operations | node:fs readFile/writeFile | | Bun.$\cmd\`` | Shell commands | execa | | WebSocket | WebSocket client (built-in) | ws |
Use Bun instead of Node.js, npm, pnpm, or vite. Provides command mappings, Bun-specific APIs, and development patterns. Source: brianlovin/claude-config.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/brianlovin/claude-config --skill bun- Source
- brianlovin/claude-config
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is bun?
Use Bun instead of Node.js, npm, pnpm, or vite. Provides command mappings, Bun-specific APIs, and development patterns. Source: brianlovin/claude-config.
How do I install bun?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/brianlovin/claude-config --skill bun Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/brianlovin/claude-config
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01