envalyze
v1.0.0
Published
A CLI tool that scans your codebase, detects all external API URLs, and automatically generates clean .env entries for them
Maintainers
Readme
Envalyze
Envalyze is a CLI tool that scans your JavaScript/TypeScript code, detects external API origins (protocol + host + port), and generates a .env-style file with environment variable mappings.
Install
npm install -g envalyze