DEV Community

mandem123-wart
mandem123-wart

Posted on

built a cli tool with claude that audits your .env files

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)