Streamline Your .env Files with New CLI Tool: env-audit
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: htt





