# jstransformer-es6-template-strings

> es6-template-strings support for JSTransformers.

Latest version **2.0.0** (published 2015-09-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install jstransformer-es6-template-strings
pnpm add jstransformer-es6-template-strings
yarn add jstransformer-es6-template-strings
bun add jstransformer-es6-template-strings
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2015-09-03 |
| First published | 2015-04-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | JSTransformers Team |
| Maintainers | robloach, forbeslindesay, hemanth, stoeffel, timothygu, tunnckocore |
| Keywords | jstransformer |

## Links

- npm: https://www.npmjs.com/package/jstransformer-es6-template-strings
- Repository: https://github.com/jstransformers/jstransformer-es6-template-strings
- Homepage: https://github.com/jstransformers/jstransformer-es6-template-strings#readme
- Issues: https://github.com/jstransformers/jstransformer-es6-template-strings/issues
- npm.io page: https://npm.io/package/jstransformer-es6-template-strings

## Dependencies (1)

- [es6-template-strings](https://npm.io/package/es6-template-strings.md) ^2.0.0

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 2.0.0 (latest) — 2015-09-03
- 1.0.0 — 2015-07-23
- 0.0.1 — 2015-04-10

## README

# jstransformer-es6-template-strings

[es6-template-strings](https://github.com/medikoo/es6-template-strings) support for [JSTransformers](http://github.com/jstransformers).

[![Build Status](https://img.shields.io/travis/jstransformers/jstransformer-es6-template-strings/master.svg)](https://travis-ci.org/jstransformers/jstransformer-es6-template-strings)
[![Coverage Status](https://img.shields.io/coveralls/jstransformers/jstransformer-es6-template-strings/master.svg)](https://coveralls.io/r/jstransformers/jstransformer-es6-template-strings?branch=master)
[![Dependency Status](https://img.shields.io/david/jstransformers/jstransformer-es6-template-strings/master.svg)](http://david-dm.org/jstransformers/jstransformer-es6-template-strings)
[![NPM version](https://img.shields.io/npm/v/jstransformer-es6-template-strings.svg)](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

---
_Source: https://npm.io/package/jstransformer-es6-template-strings · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
