0.0.1 • Published 8 years ago
envsubstr v0.0.1
Modules
envsubstr
Small purposeful global npm module without dependencies.
Production
Use in production at your own risk.
Install
$ npm install -g envsubstrLicense: MIT
Example
$ echo "${USER}" | envsubstrenvsubstr ⇒ String
Replace matched value and return string.
Throws:
- Error Environment variable not found.
| Param | Type |
|---|---|
| data | String |
Example
import parser from 'envsubstr';
parser('${USER}');0.0.1
8 years ago