zorath-env 0.2.2

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