Skip to content

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

License

Notifications You must be signed in to change notification settings

elimumford/node-envyos

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published