An open API service indexing awesome lists of open source software.

https://github.com/nullndr/tsproj

A little template for TypeScript projects
https://github.com/nullndr/tsproj

template typescript typescript-lang typescript-language

Last synced: 8 months ago
JSON representation

A little template for TypeScript projects

Awesome Lists containing this project

README

          

# 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
```