Easily map Zod schemas and types based on the rules you define
This repository has been archived on 2026-06-11. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 99.6%
  • Shell 0.4%
Find a file
2023-11-13 23:58:34 +01:00
.github/workflows chore: initial commit 2023-11-13 23:50:21 +01:00
.husky chore: initial commit 2023-11-13 23:50:21 +01:00
src chore: initial commit 2023-11-13 23:50:21 +01:00
.commitlintrc.json chore: initial commit 2023-11-13 23:50:21 +01:00
.gitignore chore: initial commit 2023-11-13 23:50:21 +01:00
.prettierrc.json chore: initial commit 2023-11-13 23:50:21 +01:00
CHANGELOG.md chore(release): 0.1.0 2023-11-13 23:58:34 +01:00
LICENSE chore: initial commit 2023-11-13 23:50:21 +01:00
package.json chore: set initial version to v0.1.0 2023-11-13 23:58:28 +01:00
pnpm-lock.yaml chore: initial commit 2023-11-13 23:50:21 +01:00
README.md chore: add badges to readme 2023-11-13 23:57:38 +01:00
tsconfig.json chore: initial commit 2023-11-13 23:50:21 +01:00
vitest.config.ts chore: initial commit 2023-11-13 23:50:21 +01:00

zod-automap

Easily map Zod schemas and types based on the rules you define

npm version test npm weekly downloads bundlephobia license

Installation

npm  install zod-automap zod
pnpm install zod-automap zod
yarn add     zod-automap zod