1.0.2 • Published 5 years ago
@anzerr/dotenv v1.0.2
Intro
dotenv loads a formated .env file into process.env
Install
npm install --save git+https://git@github.com/anzerr/dotenv.git
npm install --save @anzerr/dotenv
Example
.env files
APP_PORT=3005
require('@anzerr/dotenv').config();
console.log(process.env.APP_PORT); // 3005
1.0.2
5 years ago