npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

jstransformer-es6-template-strings

2.0.0

@robloach

npmHomeRepoSnykSocket
Downloads:136
$ npm install jstransformer-es6-template-strings
DailyWeeklyMonthlyYearly

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