v1.0.0 — Initial Release
env-doctor v1.0.0
Audit your environment variables before they break production.
What it detects
- ✖ Missing — used in code but not defined in any .env file
- ⚠ Undocumented — in .env but missing from .env.example
- ○ Unused — defined in .env but never used in code
Usage
npx env-doctor
Options
--dir Directory to scan
--example Custom .env.example path
--ignore-unused Suppress unused warnings
Install
npm install -g env-doctor