jstransformer-string-template
v0.1.0
Published
String-Template support for JSTransformers.
Downloads
29
Keywords
Readme
jstransformer-string-template
String-Template support for JSTransformers.
Installation
npm install jstransformer-string-templateAPI
var string-template = require('jstransformer')(require('jstransformer-string-template'))
string-template.render('Hello, {name}!', { name: 'World' }).body
//=> 'Hello, World!'License
MIT
