https://github.com/alsotang/yantl.js
js implement for https://github.com/Yantl/Yantl
https://github.com/alsotang/yantl.js
Last synced: 3 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T08:59:31.000Z (almost 10 years ago)
- Last Synced: 2025-02-13T23:17:27.087Z (5 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));
```