Files
tsproj/README.md
Andrea 6799fcb507
All checks were successful
Run tests / build-app (push) Successful in 1m27s
init
2025-09-03 14:23:38 +02:00

244 B

tsproj

A little template for TypeScript projects, using Bun.

Developing

bun install

To run:

bun run src/index.ts

Testing

Bun includes a test runner out of the box.

bun test