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
Package Sidebar
Install
Weekly Downloads