A utility to automatically load and validate environment variables from .env
files, ensuring they're properly configured before your system starts.
A lightweight Node.js package to securely load environment variables from a .env file while preventing important system variables from being overwritten.
Loads .env
files in order based on process.env.NODE_ENV
value with [stage].local support