mnml-tpl
1.0.2 • Public • Published Minimal Templates
Replace all :keys
in string with given object.
Install
npm i -S mnml-tpl
Examples
var tpl = require('mnml-tpl');
var locals = { host: 'world', user: 'hello' };
var template = 'ssh :user@:host';
tpl(template)(locals);
License
MIT
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
1.0.2 | 52 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
1.0.2 | 52 | |
1.0.1 | 0 | |
1.0.0 | 0 | |
Package Sidebar
Install
Weekly Downloads