env-lint is a CLI tool to lint your .env and .env.example files for missing or unused environment variables.
Ensure your environment variable files stay consistent and clean!
npm install -g env-lintRun in your project directory:
env-lint # if installed
npx env-lint@latest # if not installedBy default, it will check your .env and .env.example files for inconsistencies.
Contributions and issues are welcome! Feel free to open a PR or report bugs.