2.0.2 • Published 3 years ago

process-env v2.0.2

Weekly downloads
1,188
License
-
Repository
github
Last release
3 years ago

process-env

dotenv file loading

Clone of @next/env for loading dotenv files with proper priorities, for usage outside of Next.js

Intallation

npm install --save add process-env

Usage

import { loadEnvConfig } from 'process-env';

loadEnvConfig(__dirname);