0.0.2 • Published 7 years ago
lodown v0.0.2
lodown
A templating engine powered by ES6 tagged templates.
Installation
npm i lodownUsage
const lodown = require('lodown');
const { compile, render } = lodown();
const template = compile('Hello, ${ctx.target}!');
render(template, {
target: 'world'
});0.0.2
7 years ago
0.0.1-security
7 years ago