An open API service indexing awesome lists of open source software.

https://github.com/parro-it/string-template-tags

template string literals with steroids
https://github.com/parro-it/string-template-tags

Last synced: 10 months ago
JSON representation

template string literals with steroids

Awesome Lists containing this project

README

          

# string-template-tags

[![Travis Build Status](https://img.shields.io/travis/parro-it/string-template-tags/master.svg)](http://travis-ci.org/parro-it/string-template-tags)
[![NPM downloads](https://img.shields.io/npm/dt/string-template-tags.svg)](https://npmjs.org/package/string-template-tags)

> template string literals with steroids

background details relevant to understanding what this module does

## Usage

description of the example

```js
const stringTemplateTags = require('string-template-tags');

console.log({stringTemplateTags});
```

This will output

```
```

## API

## Install

With [npm](https://npmjs.org/) installed, run

```bash
npm install --save string-template-tags
```

## See Also

- [`noffle/common-readme`](https://github.com/noffle/common-readme)

## License

MIT