0.0.5 • Published 7 years ago
dotenv-array v0.0.5
DotEnv Array
Parse delimiter separated values from env to array. Default delimiter is ,.
Install
npm i dotenv-array -S
## or
yarn add dotenv-arrayUsage
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.