|
3 | 3 | <h1 align="center">ArkEnv</h1> |
4 | 4 | <div align="center"> |
5 | 5 | <p align="center"> |
6 | | - Typesafe environment variables from the validator you already use.<br/> |
7 | | - No boilerplate. Zero runtime dependencies.<br/> |
8 | | - <a href="https://nextjs.org/">Next.js</a>, |
9 | | - <a href="https://nuxt.com/">Nuxt</a>, |
10 | | - <a href="https://vite.dev/">Vite</a>, |
11 | | - <a href="https://tanstack.com/start">TanStack Start</a>, |
12 | | - <a href="https://start.solidjs.com/">SolidStart</a>, |
13 | | - <a href="https://nodejs.org/">Node.js</a>, |
14 | | - and <a href="https://bun.com/">Bun</a> |
| 6 | + Typesafe environment variables for ArkType, Zod, and Valibot.<br/> |
| 7 | + No boilerplate. Zero runtime dependencies. |
15 | 8 | </p> |
16 | 9 | <a href="https://github.com/yamcodes/arkenv/actions/workflows/test.yml?query=branch%3Av1"><img alt="Test Status" src="https://github.com/yamcodes/arkenv/actions/workflows/test.yml/badge.svg?branch=v1"></a> |
17 | | - <a href="https://www.npmjs.com/package/@arkenv/core"><img alt="npm (alpha)" src="https://img.shields.io/npm/v/@arkenv/core/alpha?label=%40arkenv%2Fcore"></a> |
18 | 10 | <a href="https://bundlephobia.com/package/@arkenv/core"><img alt="npm bundle size" src="https://img.shields.io/bundlephobia/minzip/%40arkenv%2Fcore"></a> |
19 | 11 | <a href="https://arktype.io/docs/ecosystem#arkenv"><img alt="ArkType Ecosystem" src="https://custom-icon-badges.demolab.com/badge/ArkType%20Ecosystem-0d1526?logo=arktype2&logoColor=e9eef9"></a> |
20 | 12 | <a href="https://pullfrog.com"><img alt="Pullfrog" src="https://custom-icon-badges.demolab.com/badge/Powered%20by%20Pullfrog-2f4032?logo=pullfrog-white"></a> |
|
42 | 34 |
|
43 | 35 |
|
44 | 36 | <h3 align="center"> |
45 | | - Bring your own validator: <a href="https://arktype.io/">ArkType</a>, <a href="https://zod.dev/">Zod</a>, <a href="https://valibot.dev/">Valibot</a>, or <a href="https://arkenv-v1.vercel.app/docs/validators">any Standard Schema library</a> |
| 37 | + First-class integrations: <a href="https://arkenv-v1.vercel.app/docs/frameworks/nextjs">Next.js</a>, <a href="https://arkenv-v1.vercel.app/docs/frameworks/nuxt">Nuxt</a>, <a href="https://arkenv-v1.vercel.app/docs/frameworks/vite">Vite</a>, <a href="https://arkenv-v1.vercel.app/docs/frameworks/tanstack-start">TanStack Start</a>, <a href="https://github.com/yamcodes/arkenv/tree/v1/examples/with-solid-start">SolidStart</a>, <a href="https://arkenv-v1.vercel.app/docs/getting-started">Node.js</a>, and <a href="https://arkenv-v1.vercel.app/docs/frameworks/bun">Bun fullstack</a> |
46 | 38 | </h3> |
47 | 39 |
|
48 | 40 | <br /> |
|
0 commit comments