0.0.3 • Published 6 years ago

envdot v0.0.3

Weekly downloads
11
License
MIT
Repository
gitlab
Last release
6 years ago

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
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago