dotenv-switch
v1.0.3
Published
CLI tool to quickly change between .env values
Readme
DotEnv Switch
Switch between environmental values in your .env file
Installation (optional)
- OPTIONAL. Install the package
npm i -g dotenv-switchyarn global add dotenv-switchUsage
- Execute the command
dotenv-switch(If you didn't install the package globally)
npx dotenv-switchAfter changing some variable, a new .env.bak file will be created. This file will be used to restore the original values if something happens.
Contributing
This package is very young and needs a lot of work. If you want to contribute, please do so. I will be happy to accept your PRs.
