Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryoppippi/bun-typia-template
The easiest way to try Typia(https://typia.io/) with Bun
https://github.com/ryoppippi/bun-typia-template
bun typia
Last synced: about 1 month ago
JSON representation
The easiest way to try Typia(https://typia.io/) with Bun
- Host: GitHub
- URL: https://github.com/ryoppippi/bun-typia-template
- Owner: ryoppippi
- License: mit
- Created: 2024-06-09T19:02:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T00:14:30.000Z (4 months ago)
- Last Synced: 2024-09-16T01:50:38.245Z (4 months ago)
- Topics: bun, typia
- Language: TypeScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bun-typia-template
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```To build:
```bash
bun build
```This project was created using `bun init` in bun v1.1.12. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
# Reference
- [Bun](https://bun.sh)
- [Typia](https://typia.io)
- [unplugin-typia](https://jsr.io/@ryoppippi/unplugin-typia)