Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alsotang/yantl.js
- Owner: alsotang
- Created: 2015-07-17T08:33:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T08:59:31.000Z (over 9 years ago)
- Last Synced: 2024-11-03T17:04:51.240Z (2 months ago)
- Language: JavaScript
- Size: 316 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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));
```