https://github.com/zackradisic/write-your-own-zod
Write your own Zod from scratch
https://github.com/zackradisic/write-your-own-zod
Last synced: 4 months ago
JSON representation
Write your own Zod from scratch
- Host: GitHub
- URL: https://github.com/zackradisic/write-your-own-zod
- Owner: zackradisic
- Created: 2023-10-08T15:30:55.000Z (over 2 years ago)
- Default Branch: part1
- Last Pushed: 2023-10-08T15:32:04.000Z (over 2 years ago)
- Last Synced: 2025-05-06T22:54:44.883Z (about 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Write your own Zod
Accompanying source code for a [written tutorial series](https://zackoverflow.dev/writing/write-your-own-zod) on writing your own implementation of [Zod](https://github.com/colinhacks/zod) from scratch.
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.1. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.