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
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.