From 51f1dc3950d93e4a1c11467b7e92069cd372d450 Mon Sep 17 00:00:00 2001 From: RiN Date: Thu, 17 Oct 2024 04:25:40 +0700 Subject: [PATCH] docs: add unplugin-environment in powered by zod (#3778) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 86dbd049c..cdae9403c 100644 --- a/README.md +++ b/README.md @@ -546,6 +546,7 @@ There are a growing number of tools that are built atop or support Zod natively! - [`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. +- [`unplugin-environment`](https://github.com/r17x/js/tree/main/packages/unplugin-environment#readme): A plugin for loading enviroment variables safely with schema validation, simple with virtual module, type-safe with intellisense, and better DX 🔥 🚀 👷. Powered by Zod. #### Utilities for Zod