Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)