0.1.3 • Published 10 years ago
dotenv-autoload v0.1.3
dotenv-autoload

Autoload dotenv through recursive finding.
Why?
- Because I use
dotenva lot; - And because I have 2 configs.
- require('dotenv').load({ path: __dirname + '/../../.env' });
+ require('dotenv-autoload');Nothing is bad about it. It just looks dull.
Getting Started
npm i dotenv dotenv-autoload --save-devNote: dotenv is a required dependency.
Usage
require('dotenv-autoload');That's all you need to get it running.