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

/jstransformer-es6-template-strings/

    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