最后活跃于 1732735743

Bun-2.sh 原始文件
1bun test # run tests
2bun run start # run the `start` script in `package.json`
3bun install <pkg> # install a package
4bunx cowsay 'Hello, world!' # execute a package