From f20044d8adcae588740f72d1aba10ec6abc6f5d2 Mon Sep 17 00:00:00 2001 From: Ernest <22850435+soc221b@users.noreply.github.com> Date: Sun, 30 Jun 2024 16:05:58 +0800 Subject: [PATCH] docs: add zod-schema-faker to ecosystem --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f978fd670..8aa54d2ee 100644 --- a/README.md +++ b/README.md @@ -485,6 +485,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`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. +- [`zod-schema-faker`](https://github.com/soc221b/zod-schema-faker) Generates mock data from Zod schemas. Powered by [@faker-js/faker](https://github.com/faker-js/faker) and [randexp.js](https://github.com/fent/randexp.js) #### Powered by Zod