env-replace

1.0.0 • Public • Published

env-replace

npm version Build Status

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.

Readme

Keywords

Package Sidebar

Install

npm i env-replace

Weekly Downloads

43

Version

1.0.0

License

MIT

Last publish

Collaborators

  • herrmannplatz