MENV
Environment variables, managed properly.
Menv automates the boring parts of managing .env files. Keep your templates in sync, scan for secrets before they leak, and ensure your team never misses a key.
VIEW ON NPMJS.COM // STABLE RELEASE v0.1.7Source Discovery
Just cloned a repo with no .env? Bootstrap your project by scanning source code for references.
Template Generation
Automatically generate .env.example from your local configuration while stripping sensitive values.
Security First
Scan for accidental leaks before they hit GitHub. Detects AWS keys, Stripe tokens, and more across all .env files.
Real-time Watcher
Automatically update your templates as you work. Watch mode mirrors changes to .env.example in real-time.
CI Validation
Ensure all required variables exist before deployment. Supports machine-readable output for integration.
Repair & Sync
Identify and repair inconsistencies between your environment and templates. Exits with code 1 on discrepancies.
Open Source
Menv is built by the community. Help us make environment management even better by contributing to the core logic on GitHub.
CONTRIBUTE ON GITHUB // →