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
- Host: GitHub
- URL: https://github.com/nullndr/tsproj
- Owner: nullndr
- Created: 2025-09-10T06:32:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-16T09:40:28.000Z (9 months ago)
- Last Synced: 2025-09-28T20:58:32.004Z (9 months ago)
- Topics: template, typescript, typescript-lang, typescript-language
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```