0.1.0 • Published 9 years ago
jstransformer-string-template v0.1.0
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