env-lint
v0.1.4
Published
Lint your .env and .env.example files for missing or unused variables.
Readme
env-lint
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!
Installation
npm install -g env-lintUsage
Run 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.
Contributing
Contributions and issues are welcome! Feel free to open a PR or report bugs.
