From a8be4500851923aa865e009fe9c2855e80482047 Mon Sep 17 00:00:00 2001 From: Loris Sigrist <43482866+LorisSigrist@users.noreply.github.com> Date: Tue, 9 May 2023 15:53:28 +0200 Subject: [PATCH] docs: Add `zocker` to Ecosystem section (#2416) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1709b734d..2f393e185 100644 --- a/README.md +++ b/README.md @@ -461,6 +461,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`@anatine/zod-mock`](https://github.com/anatine/zod-plugins/tree/main/packages/zod-mock): Generate mock data from a Zod schema. Powered by [faker.js](https://github.com/faker-js/faker). - [`zod-mocking`](https://github.com/dipasqualew/zod-mocking): Generate mock data from your Zod schemas. +- [`zocker`](https://zocker.sigrist.dev): Generate plausible mock-data from your schemas. #### Powered by Zod