Project .env loader.
$ npm install --save-dev @elricb/dotenv-config
Include and call with base directory. Searches up from base directory for .env.
import dotenv from "@elricb/dotenv-config";
dotenv(__dirname);
View commit tag for release notes.
See ./docs/index.html.
Generated using TypeDoc