v1.2
[MGT]
GRID_ID_489
ENGINEERED SYSTEMS

MENV

npm logo
Managed Environmental Variables

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.7
npm logo
npm install -g menv-npm
WEEKLY_DOWNLOADS: 6

Source Discovery

Just cloned a repo with no .env? Bootstrap your project by scanning source code for references.

npx menv-npm generate --scan --comment

Template Generation

Automatically generate .env.example from your local configuration while stripping sensitive values.

npx menv-npm generate

Security First

Scan for accidental leaks before they hit GitHub. Detects AWS keys, Stripe tokens, and more across all .env files.

npx menv-npm doctor

Real-time Watcher

Automatically update your templates as you work. Watch mode mirrors changes to .env.example in real-time.

npx menv-npm watch

CI Validation

Ensure all required variables exist before deployment. Supports machine-readable output for integration.

npx menv-npm check --format json

Repair & Sync

Identify and repair inconsistencies between your environment and templates. Exits with code 1 on discrepancies.

npx menv-npm sync

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 // →
© 2026 Daniel Dallas Okoye // Environment Logic Layer // v0.1.7 Standard