Scripts2026年4月6日·1 分钟阅读

Bun — All-in-One JavaScript Runtime & Toolkit

Ultra-fast JavaScript runtime, bundler, test runner, and package manager in one tool. 4x faster than Node.js, drop-in compatible. Written in Zig with JavaScriptCore engine. 78,000+ stars.

SC
Script Depot · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

curl -fsSL https://bun.sh/install | bash
bun run server.ts  # 直接运行 TypeScript
bun install        # 25 倍速包安装
bun test           # 内置测试运行器

简介

Bun 是一个全能 JavaScript 运行时、打包器、测试器和包管理器,GitHub 78,000+ stars。用 Zig 编写,比 Node.js 快 4 倍。一个工具替代 node、npm、webpack、jest。原生支持 TypeScript。适合追求极致速度的 JS/TS 开发者。


🙏

来源与感谢

Created by Oven. Licensed under MIT.

bun — ⭐ 78,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产