Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Manage .env across projects
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>
# save existing .env from project
$ cd path/to/project
$ menvs save
# reuse .env in another project
$ cd path/to/other/project
$ menvs pick
.env
files across projects.password
or secret
(case insensitive) (i.e DATABASE_PASSWORD
or JWT_SECRET
)..env
files.command | short | description |
---|---|---|
save | s | Save a new configuration from an existing .env |
pick | p | Generate a .env from an existing configuration |
list | l | List available configurations |
delete | d | Delete a configuration |
show | sh | Show configuration key-values |
update | u | Update configuration (key / value ) |
PierreDemailly 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT
FAQs
Manage .env across projects
The npm package menvs receives a total of 1 weekly downloads. As such, menvs popularity was classified as not popular.
We found that menvs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.