Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstandthird/tinytemplate
Complication-free template function. Just basic object interpolation with an ES6 style.
https://github.com/firstandthird/tinytemplate
Last synced: 3 days ago
JSON representation
Complication-free template function. Just basic object interpolation with an ES6 style.
- Host: GitHub
- URL: https://github.com/firstandthird/tinytemplate
- Owner: firstandthird
- License: mit
- Created: 2017-03-16T12:10:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T16:42:39.000Z (about 2 years ago)
- Last Synced: 2025-01-03T21:05:11.820Z (19 days ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tinytemplate [![Build Status](https://travis-ci.org/firstandthird/tinytemplate.svg?branch=master)](https://travis-ci.org/firstandthird/tinytemplate) ![npm](https://img.shields.io/npm/v/tinytemplate.svg)
Complication-free template function. Just basic object interpolation with an ES6 style.
## Installation
```sh
npm install tinytemplate
```## Usage
```js
import tinytemplate from 'tinytemplate';
```