https://github.com/jstransformers/jstransformer-es6-template-strings
es6-template-strings support for JSTransformers.
https://github.com/jstransformers/jstransformer-es6-template-strings
Last synced: about 1 year ago
JSON representation
es6-template-strings support for JSTransformers.
- Host: GitHub
- URL: https://github.com/jstransformers/jstransformer-es6-template-strings
- Owner: jstransformers
- License: mit
- Created: 2015-04-10T15:38:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-04-26T02:18:59.000Z (about 6 years ago)
- Last Synced: 2025-06-04T06:16:16.394Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://npm.im/jstransformer-es6-template-strings
- Size: 54.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jstransformer-es6-template-strings
[es6-template-strings](https://github.com/medikoo/es6-template-strings) support for [JSTransformers](http://github.com/jstransformers).
[](https://travis-ci.org/jstransformers/jstransformer-es6-template-strings)
[](https://codecov.io/gh/jstransformers/jstransformer-es6-template-strings)
[](http://david-dm.org/jstransformers/jstransformer-es6-template-strings)
[](https://greenkeeper.io/)
[](https://www.npmjs.org/package/jstransformer-es6-template-strings)
## Installation
npm install jstransformer-es6-template-strings
## API
```js
var transform = require('jstransformer')(require('jstransformer-es6-template-strings'))
var template = 'Hello, ${name}!'
transform.render(template, { name: 'World!' } ).body
//=> 'Hello, World!'
```
## License
MIT