bun
✓Node.js、npm、pnpm、または vite の代わりに Bun を使用してください。コマンド マッピング、Bun 固有の API、開発パターンを提供します。
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 |
Node.js、npm、pnpm、または vite の代わりに Bun を使用してください。コマンド マッピング、Bun 固有の API、開発パターンを提供します。 ソース: brianlovin/claude-config。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/brianlovin/claude-config --skill bun- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
bun とは?
Node.js、npm、pnpm、または vite の代わりに Bun を使用してください。コマンド マッピング、Bun 固有の API、開発パターンを提供します。 ソース: brianlovin/claude-config。
bun のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/brianlovin/claude-config --skill bun インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/brianlovin/claude-config
詳細
- カテゴリ
- </>開発ツール
- ソース
- skills.sh
- 初回登録
- 2026-02-01