Última atividade 1732735743

knox revisou este gist 1732735743. Ir para a revisão

1 file changed, 4 insertions

Bun-2.sh(arquivo criado)

@@ -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
Próximo Anterior