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
- Host: GitHub
- URL: https://github.com/parro-it/string-template-tags
- Owner: parro-it
- License: mit
- Created: 2017-10-26T10:12:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T10:13:51.000Z (about 8 years ago)
- Last Synced: 2024-10-14T02:18:49.652Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# string-template-tags
[](http://travis-ci.org/parro-it/string-template-tags)
[](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