UNPKG

envy-json

Version:

Read a javascript object, JSON string, or JSON file and replace values like '$foo' with process.env.foo

18 lines (10 loc) 347 B
# ENVy JSON [![Build Status](https://travis-ci.org/zeke/envy-json.png?branch=master)](https://travis-ci.org/zeke/envy-json) > Read a javascript object, JSON string, or JSON file and replace values like '$foo' with process.env.foo ## Install It ```sh npm install envy-json --save ``` ## Use It See the [tests](test/index.js). ## License MIT