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

23 lines
244 B
Markdown

# tsproj
A little template for TypeScript projects, using [Bun](https://bun.com/).
## Developing
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
## Testing
Bun includes a test runner out of the box.
```bash
bun test
```