244 B
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