i built env-audit because every project i've seen has a messy .env file so i made a tool that just tells you what's wrong
it flags unused variables undeclared ones and anything missing from .env.example. also auto generates a clean example file
run it with no install: npx env-audit audit
github: https://github.com/mandem123-wart/first-ai-tool
npm: https://www.npmjs.com/package/env-audit
Feedback welcome still early stages though
Top comments (0)