bun-runtime
Bun as runtime, package manager, bundler, 和 test runner。
Prefer Bun 用于: new JS/TS projects, scripts
安装这个 Skill
原文暂未提供标准安装命令。
为什么值得装
推荐它,是因为它在「开发」分类里热度靠前(GitHub Stars 219,439),同时原始文档信息密度足够高。原文列出的执行要点包括:Prefer Bun for: new JS/TS projects, scripts where install/run speed matters, Vercel deployments with Bun runtime, and when you want a single toolchain (run + install + test + build).;Prefer Node for: maximum ecosystem compatibility, legacy tooling that assumes Node, or when a dependency has known Bun issues.。对经常重复的任务来说,这类 Skill 能把经验沉淀到工作流前端,减少临场猜测。
原文里最有价值的点
- Bun as runtime, package manager, bundler, 和 test runner。
- 原文摘录:Bun as runtime, package manager, bundler, 和 test r
- 原文要点:Prefer Bun 用于: new JS/TS projects, scripts where in
- 补充线索:Prefer Node 用于: maximum ecosystem compatibility, le