Show HN: Envguard – Like ESLint but for your environment variables
Category: cli-tool
Tags: cli-tool, environment-variables, linter
Score: 5.5/10 (Innovation: 5, Technical: 5, Documentation: 6, Utility: 6)
Envguard is a zero-configuration CLI tool that scans source code and .env files to detect missing, unused, or misconfigured environment variables, aiming to prevent runtime failures in production. Its interesting aspect is the static code analysis it performs across multiple languages, offering a linter-like experience for environment configs.
Target audience: backend devs, devops
Repository: https://github.com/Vamshavardhan50/envguard · Go · MIT
View on Hacker News