Skip to content

Loads environment variables from hierarchy of .env files for Node.js projects.

License

Notifications You must be signed in to change notification settings

unjello/dotenv-ex

Repository files navigation

npm version Build Status downloads js-standard-style

dotenv-ex

  • Loads environment variables from hierarchy of .env files for Node.js projects.

How to use it?

Use this somewhere near the start of your program:

require('dotenv-ex')();

for more information on how to use it, and more, check out documentation.

License

  • Unlicense (~Public Domain)

Related Work

About

Loads environment variables from hierarchy of .env files for Node.js projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published