最后活跃于 1732735743

knox 修订了这个 Gist 1732735743. 跳至此修订

1 file changed, 4 insertions

Bun-2.sh(file created)

@@ -0,0 +1,4 @@
1 + bun test # run tests
2 + bun run start # run the `start` script in `package.json`
3 + bun install <pkg> # install a package
4 + bunx cowsay 'Hello, world!' # execute a package
更新 更早