From a5b9dc34d4086e8e084a059f71a481618a336303 Mon Sep 17 00:00:00 2001 From: Ernest <22850435+soc221b@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:55:43 +0800 Subject: [PATCH] docs: add zod-schema-faker to ecosystem (#3605) --- 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