0.2.0 • Published 9 years ago

node-envyos v0.2.0

Weekly downloads
28
License
-
Repository
github
Last release
9 years ago

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 sensative 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
0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago