# jstransformer-string-template

> String-Template support for JSTransformers.

Latest version **0.1.0** (published 2016-12-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install jstransformer-string-template
pnpm add jstransformer-string-template
yarn add jstransformer-string-template
bun add jstransformer-string-template
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2016-12-24 |
| First published | 2015-08-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | JSTransformers Team |
| Maintainers | calebeby, forbeslindesay, hemanth, robloach, stoeffel, timothygu |
| Keywords | jstransformer |

## Links

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

## Dependencies (1)

- [string-template](https://npm.io/package/string-template.md) ^1.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

- 0.1.0 (latest) — 2016-12-24
- 0.0.1 — 2015-08-03

## README

# jstransformer-string-template

[`String-Template`](http://npm.im/string-template) support for [JSTransformers](http://github.com/jstransformers).

[![Build Status](https://img.shields.io/travis/jstransformers/jstransformer-string-template/master.svg)](https://travis-ci.org/jstransformers/jstransformer-string-template)
[![Coverage Status](https://img.shields.io/codecov/c/github/jstransformers/jstransformer-string-template/master.svg)](https://codecov.io/gh/jstransformers/jstransformer-string-template)
[![Dependency Status](https://img.shields.io/david/jstransformers/jstransformer-string-template/master.svg)](http://david-dm.org/jstransformers/jstransformer-string-template)
[![NPM version](https://img.shields.io/npm/v/jstransformer-string-template.svg)](https://www.npmjs.org/package/jstransformer-string-template)

## Installation

    npm install jstransformer-string-template

## API

```js
var string-template = require('jstransformer')(require('jstransformer-string-template'))

string-template.render('Hello, {name}!', { name: 'World' }).body
//=> 'Hello, World!'
```

## License

MIT

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