·bun-development

使用 Bun 运行时进行现代 JavaScript/TypeScript 开发。涵盖 Node.js 的包管理、捆绑、测试和迁移。在使用 Bun、优化 JS/TS 开发速度或从 Node.js 迁移到 Bun 时使用。

3安装·0热度·@automindtechnologie-jpg

安装

$npx skills add https://github.com/automindtechnologie-jpg/ultimate-skill.md --skill bun-development

SKILL.md

Fast, modern JavaScript/TypeScript development with the Bun runtime, inspired by oven-sh/bun.

| Startup time | 25ms | 100ms+ | | Package install | 10-100x faster | Baseline | | TypeScript | Native | Requires transpiler | | JSX | Native | Requires transpiler | | Test runner | Built-in | External (Jest, Vitest) | | Bundler | Built-in | External (Webpack, esbuild) |

| Init project | bun init | | Install deps | bun install | | Add package | bun add | | Run script | bun run | | Run file | bun run file.ts | | Watch mode | bun --watch run file.ts | | Run tests | bun test | | Build | bun build ./src/index.ts --outdir ./dist | | Execute pkg | bunx |

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/automindtechnologie-jpg/ultimate-skill.md --skill bun-development
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 bun-development?

使用 Bun 运行时进行现代 JavaScript/TypeScript 开发。涵盖 Node.js 的包管理、捆绑、测试和迁移。在使用 Bun、优化 JS/TS 开发速度或从 Node.js 迁移到 Bun 时使用。 来源:automindtechnologie-jpg/ultimate-skill.md。

如何安装 bun-development?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/automindtechnologie-jpg/ultimate-skill.md --skill bun-development 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/automindtechnologie-jpg/ultimate-skill.md