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: 14 days 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-19T22:12:07.000Z (18 days ago)
- Last Synced: 2025-01-21T10:46:39.106Z (17 days ago)
- Topics: bun, typia
- Language: TypeScript
- Homepage:
- Size: 85.9 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)