1.0.1 โข Published 10 months ago
@quintal/environment v1.0.1
Quintal Environment
Framework-agnostic environment variable validation for TypeScript powered by Zod
Features
- ๐ Use Zod to validate and transform environment variables,
- ๐ Secure environment variables by marking them as server-only,
- ๐ฆ Nest environment variables into groups,
- โ CommonJS and ES Modules support,
- โ๏ธ Super lightweight (only ~10kb gzipped),
- ๐งช 100% test coverage,
- ๐ก๏ธ Enjoy full type-safety in every step of the process.
Table of Contents
Getting Started
pnpm add @quintal/environment
# or
bun add @quintal/environment
# or
yarn add @quintal/environment
# or
npm install @quintal/environment
Examples
Check out these examples to get started quickly: