with-env
v1.0.0
Published
Read and then apply .env file in the working directory, assuming the .env exists
Downloads
221
Maintainers
Readme
With .env
Read and then apply .env file in the working directory, assuming the .env exists
Install
$ npm install with-env
Usage
require('with-env')();
console.log(process.env.MY_VARIABLE);