envdot
v0.0.3
Published
Generate a `.env` file using the environment variables defined in `.env.dist` as a template.
Maintainers
Readme
envdot
Generate a .env file using the environment variables defined in .env.dist as a template.
If there already is a value defined in the .env.dist file it will be left untouched.
# .env.dist
AAAAH_YEAHHHH=OK
MMMMKAY=$ export AAAAH_YEAHHHH=MUKKKAAAAA
$ export MMMMKAY=AAA
$ envdot# .env
AAAAH_YEAHHHH=OK
MMMMKAY=AAA