0.1.7 • Published 10 months ago
@trenskow/dotenv v0.1.7
@trenskow/dotenv
Parses .env and .env.${process.env.NODE_ENV || 'development'} down the directory tree.
Usage
import dotenv from '@trenskow/dotenv';
dotenv();
// `process.env` now contains found variables.License
See license in LICENSE.