jstransformer-es6-template-strings

2.0.0 • Public • Published

jstransformer-es6-template-strings

es6-template-strings support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-es6-template-strings

API

var transform = require('jstransformer')(require('jstransformer-es6-template-strings'));
var template = 'Hello, ${name}!';
 
transform.render(template, { name: 'World!' } ).body;
//=> 'Hello, World!'

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    3
  • 1.0.0
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i jstransformer-es6-template-strings

Weekly Downloads

3

Version

2.0.0

License

MIT

Last publish

Collaborators

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