24
EnvGen is a powerful yet tiny CLI tool designed to tackle one of the most overlooked issues in development: the management of environment variables. This tool scans your project to identify every environment variable in use, providing you with clean and reliable .env files instantly. Key Featuresenvgen list: Scans your codebase and lists all environment variables, eliminating the need for guesswork.envgen generate: Automatically creates a comprehensive .env.example file, saving time and reducing errors during onboarding. envgen missing -f .env: Identifies missing variables in your .env file, preventing runtime errors and deployment failures. envgen sync: Safely updates your .env.example file with all discovered keys, ensuring your setup remains clean and up-to-date. EnvGen is versatile, working seamlessly with any project, whether it's built with Node, Python, React, or Next.js. It requires no configuration, operates 100% offline, and enhances the reliability of your environment setup.
Built with