·bun-api
</>

bun-api

TypeScript スクリプトの Bun ランタイム API リファレンス。 Bun.file()、Bun.write()、Bun.$() シェル、Bun.spawn()、Bun.Glob、Bun.env、bun:sqlite、Bun.hash、Bun.password、圧縮、ファイル生成、データ処理、スクリプト作成用のユーティリティをカバーします。

8インストール·0トレンド·@dmythro

インストール

$npx skills add https://github.com/dmythro/agent-skills --skill bun-api

bun-api のインストール方法

コマンドラインで bun-api AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/dmythro/agent-skills --skill bun-api
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: dmythro/agent-skills。

Bun runs TypeScript natively — no tsc compilation, no ts-node, no build step. Run any .ts file directly with bun file.ts. Use Bun's native APIs instead of Node.js equivalents — they're faster, more ergonomic, and require no additional dependencies.

Critical: In a Bun project (has bun.lock, bun.lockb, bunfig.toml, or @types/bun in devDependencies), always use Bun to run scripts (bun file.ts, not node file.ts) and prefer Bun-native APIs over Node.js equivalents. Mixing runtimes causes subtle bugs and unnecessary retries.

Built-in HTTP server — replaces Express, Fastify, or http.createServer.

TypeScript スクリプトの Bun ランタイム API リファレンス。 Bun.file()、Bun.write()、Bun.$() シェル、Bun.spawn()、Bun.Glob、Bun.env、bun:sqlite、Bun.hash、Bun.password、圧縮、ファイル生成、データ処理、スクリプト作成用のユーティリティをカバーします。 ソース: dmythro/agent-skills。

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/dmythro/agent-skills --skill bun-api
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-25
更新日
2026-03-10

Browse more skills from dmythro/agent-skills

クイックアンサー

bun-api とは?

TypeScript スクリプトの Bun ランタイム API リファレンス。 Bun.file()、Bun.write()、Bun.$() シェル、Bun.spawn()、Bun.Glob、Bun.env、bun:sqlite、Bun.hash、Bun.password、圧縮、ファイル生成、データ処理、スクリプト作成用のユーティリティをカバーします。 ソース: dmythro/agent-skills。

bun-api のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/dmythro/agent-skills --skill bun-api インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/dmythro/agent-skills

詳細

カテゴリ
</>開発ツール
ソース
skills.sh
初回登録
2026-02-25