From f348da42de407cddb1b66ceb65dd97981380fb30 Mon Sep 17 00:00:00 2001 From: RiN Date: Mon, 30 Sep 2024 14:05:23 +0700 Subject: [PATCH] docs: add unplugin-environment in powered by zod --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a721693b1..7a00a3dac 100644 --- a/README.md +++ b/README.md @@ -543,6 +543,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