Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alsotang/yantl.js

js implement for https://github.com/Yantl/Yantl
https://github.com/alsotang/yantl.js

Last synced: 13 days ago
JSON representation

js implement for https://github.com/Yantl/Yantl

Awesome Lists containing this project

README

        

# yantl

## install

```bash
$ npm install yantl
```

## API

### #parse

```js
var yantl = require('yantl');
var template = '...';

console.log(yantl.parse(template));

```