elimumford / node-envyos

Basic node.js process.env replacement that pre-expands environment variables inside other envronment variables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-envyos Build Status

Basic node.js process.env replacer that pre-expands environment variables inside other environment variables

Example

process.env = require('node-envyos');

Notes

Windows

Because windows environment variables are not case sensitive and the majority of other operating systems are and tend towards an upper case convention, the win32 processor forces all of the keys to capitalized versions in the replacement object

About

Basic node.js process.env replacement that pre-expands environment variables inside other envronment variables

License:MIT License


Languages

Language:JavaScript 100.0%