Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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';
```