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
+4-1
Original file line number
Diff line number
Diff line change
@@ -458,6 +458,7 @@ There are a growing number of tools that are built atop or support Zod natively!
458
458
-[`@modular-forms/solid`](https://github.com/fabian-hiller/modular-forms): Modular form library for SolidJS that supports Zod for validation.
459
459
-[`houseform`](https://github.com/crutchcorn/houseform/): A React form library that uses Zod for validation.
460
460
-[`sveltekit-superforms`](https://github.com/ciscoheat/sveltekit-superforms): Supercharged form library for SvelteKit with Zod validation.
461
+
-[`mobx-zod-form`](https://github.com/MonoidDev/mobx-zod-form): Data-first form builder based on MobX & Zod
461
462
462
463
#### Zod to X
463
464
@@ -469,6 +470,7 @@ There are a growing number of tools that are built atop or support Zod natively!
469
470
-[`fastify-type-provider-zod`](https://github.com/turkerdev/fastify-type-provider-zod): Create Fastify type providers from Zod schemas.
470
471
-[`zod-to-openapi`](https://github.com/asteasolutions/zod-to-openapi): Generate full OpenAPI (Swagger) docs from Zod, including schemas, endpoints & parameters.
471
472
-[`nestjs-graphql-zod`](https://github.com/incetarik/nestjs-graphql-zod): Generates NestJS GraphQL model classes from Zod schemas. Provides GraphQL method decorators working with Zod schemas.
473
+
-[`zod-openapi`](https://github.com/samchungy/zod-openapi): Create full OpenAPI v3.x documentation from Zod Schemas.
472
474
473
475
#### X to Zod
474
476
@@ -487,6 +489,7 @@ There are a growing number of tools that are built atop or support Zod natively!
487
489
488
490
-[`@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
491
-[`zod-mocking`](https://github.com/dipasqualew/zod-mocking): Generate mock data from your Zod schemas.
492
+
-[`zocker`](https://zocker.sigrist.dev): Generate plausible mock-data from your schemas.
0 commit comments