Licence
MIT
Version
0.1.0
Deps
1
Vulns
0
Weekly
0
jstransformer-string-template
String-Template support for JSTransformers.
Installation
npm install jstransformer-string-template
API
var string-template = require('jstransformer')(require('jstransformer-string-template'))
string-template.render('Hello, {name}!', { name: 'World' }).body
//=> 'Hello, World!'
License
MIT