envdot

0.0.3 • Public • Published

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

Package Sidebar

Install

npm i envdot

Weekly Downloads

632

Version

0.0.3

License

MIT

Unpacked Size

2.52 kB

Total Files

6

Last publish

Collaborators

  • madflow