Bun-2.sh
· 214 B · Bash
Неформатований
bun test # run tests
bun run start # run the `start` script in `package.json`
bun install <pkg> # install a package
bunx cowsay 'Hello, world!' # execute a package
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 |