zorath-env 0.1.3

CLI tool for .env file validation against JSON schema. Validates environment variables, detects missing required vars, catches configuration drift, generates Markdown documentation. Language-agnostic, works with any stack.
1
2
3
pub mod check;
pub mod docs;
pub mod init;