@elricb/dotenv-config
v0.0.9
Published
Load .env environment variables
Downloads
5
Readme
dotenv-config
Project .env
loader.
Install
$ npm install --save-dev @elricb/dotenv-config
Usage
Include and call with base directory. Searches up from base directory for .env
.
import dotenv from "@elricb/dotenv-config";
dotenv(__dirname);
Documentation
Release Notes
View commit tag for release notes.
API
See ./docs/index.html
.