built a cli tool with claude that audits your .env files
A CLI tool, env-audit, was created to audit .env files for unused, undeclared, and missing variables. It also generates a clean example file. This tool aims to improve project organization and security. Run it with 'npx env-audit audit' without installation. The project is still in early stages, and feedback is welcome.