Charlike Mike Reagent
Charlike Mike Reagent
https://www.npmjs.com/package/firetpl Some thingy which have two syntaxes - one Jade-like, one Hbs-like. Not looks okey behind, but.. it have `.compile` extracted from source ``` js /** * FireTPL template engine...
https://github.com/esnext/es6-templates
https://www.npmjs.com/package/smtpl but notice, that you can't just do `exports.compile = smtpl`, because if `smtpl` accept second argument object it would return directly the rendered string. So.. ``` js exports.compile =...
https://github.com/substack/hyperstream using `concat-stream` for example @RobLoach `Transformer` label
vel
https://github.com/yoshuawuyts/vel I'm not completely sure about the testing, how can be done.
It's more natural and logical for me. Talking about `.fn` which is (in object) returned from `compile` method. ``` js var handlebars = require('jstransformer')(require('jstransformer-handlebars')); var render = handlebars.compile('Hello {{name}} and...