@elricb/dotenv-config

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.

Generated using TypeDoc