koriym/env-json

1.0.0a1 2025-04-03 16:08 UTC

This package is auto-updated.

Last update: 2025-04-03 16:51:13 UTC


README

Koriym.EnvJson is a type-safe and schema-driven alternative to traditional .env files.

Environment variables are defined in env.json and validated using env.schema.json based on the JSON Schema standard. This allows you to declare types, constraints, default values, and documentation for your configuration in a structured and machine-verifiable way.

env.json logo

Configuration deserves more than plaintext. Structure it. Validate it. Understand it—with env.json!