env-replace
v1.0.0
Published
Will replace all environment variables in a given file
Downloads
38
Readme
env-replace
Replaces all environment variable placeholders in a file
Install
npm install env-replace
Usage
npx env-replace config/*.yaml
const envReplace = require('env-replace')
envReplace('config/*.yaml')
API
envReplace(pattern)
Replaces environment variable placeholders in any file that matches the pattern.
pattern
Type: string
Glob that defines which files are processed.