menv is a CLI tool that helps to manage your keys on your .env file.
npm install --global @jessireedev/menv
menv <command> [<key>] [<value>]
| Command | Description |
|---|---|
| --init | initializes a new .env file |
| --help | shows the guide on using menv |
| --list | lists the keys and values inside the .env file |
| --add | adds a new key inside the .env file |
| --get | displays the selected key inside the .env file |
| --edit | updates the selected key inside the .env file |
| --delete | deletes the selected key inside the .env file |
Jessiree @jessireedev
- This is a project made during the Just F*ing Ship It with Women Make