1.0.1 โ€ข Published 10 months ago

@quintal/environment v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Quintal Environment

NPM version NPM downloads License Bundle size Code coverage Pull requests welcome

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:

1.0.1

10 months ago

1.0.0

10 months ago

0.2.0

10 months ago

0.1.0

2 years ago