You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: deno/lib/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -442,6 +442,7 @@ There are a growing number of tools that are built atop or support Zod natively!
442
442
-[`domain-functions`](https://github.com/SeasonedSoftware/domain-functions/): Decouple your business logic from your framework using composable functions. With first-class type inference from end to end powered by Zod schemas.
443
443
-[`@zodios/core`](https://github.com/ecyrbe/zodios): A typescript API client with runtime and compile time validation backed by axios and zod.
444
444
-[`express-zod-api`](https://github.com/RobinTail/express-zod-api): Build Express-based APIs with I/O schema validation and custom middlewares.
445
+
-[`tapiduck`](https://github.com/sumukhbarve/monoduck/blob/main/src/tapiduck/README.md): End-to-end typesafe JSON APIs with Zod and Express; a bit like tRPC, but simpler.
445
446
446
447
#### Form integrations
447
448
@@ -487,7 +488,9 @@ There are a growing number of tools that are built atop or support Zod natively!
487
488
488
489
-[`@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).
489
490
-[`zod-mocking`](https://github.com/dipasqualew/zod-mocking): Generate mock data from your Zod schemas.
491
+
-[`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.
490
492
-[`zocker`](https://zocker.sigrist.dev): Generate plausible mock-data from your schemas.
493
+
-[`zodock`](https://github.com/ItMaga/zodock) Generate mock data based on Zod schemas.
0 commit comments