0.0.5 • Published 6 years ago

dotenv-array v0.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

DotEnv Array

Parse delimiter separated values from env to array. Default delimiter is ,.

Install

npm i dotenv-array -S
## or
yarn add dotenv-array

Usage

require('dotenv').load()

const env = require('dotenv-array')()
// or
process.env = require('dotenv-array')()

The environment variable values wrapped with backticks ()or ends with star(*)` are excluded from the parse process.