Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

menvs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

menvs

Manage .env across projects

  • 0.0.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

menvs

version Maintenance mit build

Manage .env across projects

Requirements

  • Node.js v16 or higher

Getting Started

This package is available in the Node Package Repository and can be easily installed with npm.

$ npm i -g menvs

Or use npx.

$ npx menvs <command>

Usage exemple

# save existing .env from project
$ cd path/to/project
$ menvs save
# reuse .env in another project
$ cd path/to/other/project
$ menvs pick
usage screenshot

Features

  • Manage .env files across projects.
  • Full interactive.
  • Mark variables as confidential when includes password or secret (case insensitive) (i.e DATABASE_PASSWORD or JWT_SECRET).
  • When updating config, allow to update all linked project .env files.

CLI

commandshortdescription
savesSave a new configuration from an existing .env
pickpGenerate a .env from an existing configuration
listlList available configurations
delete d Delete a configuration
showshShow configuration key-values
updateuUpdate configuration (key / value )

Contributors ✨

All Contributors

PierreDemailly
PierreDemailly

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

License

MIT

FAQs

Package last updated on 17 Oct 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc