From a5a9d31018f9c27000461529c582c50ade2d3937 Mon Sep 17 00:00:00 2001 From: Alexandre Marques Date: Sat, 3 Feb 2024 00:53:57 +0000 Subject: [PATCH] chore: add zod-config library to the ecosystem (#3200) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c0ea32869..0ae24bcaf 100644 --- a/README.md +++ b/README.md @@ -587,6 +587,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`pastel`](https://github.com/vadimdemedes/pastel): Create CLI applications with react, zod, and ink. - [`zod-xlsx`](https://github.com/sidwebworks/zod-xlsx): A xlsx based resource validator using Zod schemas. - [`znv`](https://github.com/lostfictions/znv): Type-safe environment parsing and validation for Node.js with Zod schemas. +- [`zod-config`](https://github.com/alexmarqs/zod-config): Load configurations across multiple sources with flexible adapters, ensuring type safety with Zod. #### Utilities for Zod