diff --git a/README.md b/README.md index 09e8c6636..e966d7045 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod-mocking`](https://github.com/dipasqualew/zod-mocking): Generate mock data from your Zod schemas. - [`zod-fixture`](https://github.com/timdeschryver/zod-fixture): Use your zod schemas to automate the generation of non-relevant test fixtures in a deterministic way. - [`zocker`](https://zocker.sigrist.dev): Generate plausible mock-data from your schemas. +- [`zodock`](https://github.com/ItMaga/zodock) Generate mock data based on Zod schemas. #### Powered by Zod diff --git a/README_ZH.md b/README_ZH.md index b5e28b8eb..47429a708 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -293,6 +293,7 @@ _要在这里看到你的名字 + Twitter + 網站 , 请在[Freelancer](https:// - [`express-zod-api`](https://github.com/RobinTail/express-zod-api): 用 I/O 模式验证和自定义中间件构建基于 Express 的 API 服务 - [`zod-i18n-map`](https://github.com/aiji42/zod-i18n): 有助于翻译 zod 错误信息。 - [`mobx-zod-form`](https://github.com/MonoidDev/mobx-zod-form): 以数据为中心的表格构建工具,基于 MobX 和 Zod。 +- [`zodock`](https://github.com/ItMaga/zodock): 基於 Zod 模式生成模擬數據。 # 安装