From 2c8a8b9fc0a08d75bef4a2057282e754b6c3e3e7 Mon Sep 17 00:00:00 2001 From: Georgy Angelov Date: Fri, 29 Apr 2022 20:38:27 +0300 Subject: [PATCH] Add zod-to-openapi to Ecosystem in the Readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd04b222..6f97a2835 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Sponsorship at any level is appreciated and encouraged. For individual developer
glow.app
-

Your new favorite +

Your new favorite
Solana wallet.

@@ -292,6 +292,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`zod-prisma`](https://github.com/CarterGrimmeisen/zod-prisma): Generate Zod schemas from your Prisma schema. - [`fastify-type-provider-zod`](https://github.com/turkerdev/fastify-type-provider-zod): Create Fastify type providers from Zod schemas - [`Supervillain`](https://github.com/Southclaws/supervillain): Generate Zod schemas from your Go structs +- [`zod-to-openapi`](https://github.com/asteasolutions/zod-to-openapi): Generate full OpenAPI (Swagger) docs from Zod, including schemas, endpoints & parameters ### Form integrations