jstransformer-string-template

0.1.0 • Public • Published

jstransformer-string-template

String-Template support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

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

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-string-template

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • calebeby
  • forbeslindesay
  • hemanth
  • robloach
  • stoeffel
  • timothygu