dotenv-array

0.0.5 • Public • Published

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.

/dotenv-array/

    Package Sidebar

    Install

    npm i dotenv-array

    Weekly Downloads

    5

    Version

    0.0.5

    License

    MIT

    Unpacked Size

    2.8 kB

    Total Files

    4

    Last publish

    Collaborators

    • piterden