Skip to content

v1.0.0 — Initial Release

Choose a tag to compare

@Innocent-Developer Innocent-Developer released this 13 Sep 04:11
· 8 commits to main since this 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