dotenv-expand
Expand environment variables using dotenv
Last updated 6 years ago by motdotla .
BSD-2-Clause · Original npm
$ cnpm install dotenv-expand 
SYNC missed versions from official npm registry.

dotenv-expand

dotenv-expand

Dotenv-expand adds variable expansion on top of dotenv. If you find yourself needing to expand environment variables already existing on your machine, then dotenv-expand is your tool.

BuildStatus NPM version js-standard-style

Install

npm install dotenv --save
npm install dotenv-expand --save

Usage

As early as possible in your application, require dotenv and dotenv-expand, and wrap dotenv-expand around dotenv.

var dotenv = require('dotenv')
var dotenvExpand = require('dotenv-expand')

var myEnv = dotenv.config()
dotenvExpand(myEnv)

See test/.env for examples of variable expansion in your .env file.

Current Tags

  • 10.0.0                                ...           latest (3 years ago)

5 Versions

  • 10.0.0                                ...           3 years ago
  • 8.0.3                                ...           3 years ago
  • 6.0.1                                ...           4 years ago
  • 5.1.0                                ...           6 years ago
  • 4.2.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (4)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org