Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdists/handlebars
@jdists/handlebars
https://github.com/jdists/handlebars
handlebars jdists processor
Last synced: about 1 month ago
JSON representation
@jdists/handlebars
- Host: GitHub
- URL: https://github.com/jdists/handlebars
- Owner: jdists
- License: mit
- Created: 2017-11-10T09:10:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-06T08:53:46.000Z (almost 7 years ago)
- Last Synced: 2024-09-30T07:41:49.259Z (about 2 months ago)
- Topics: handlebars, jdists, processor
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @jdists/handlebars
handlebars as jdists processor
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][coverage-image]][coverage-url]
* @see [jdists](https://github.com/zswang/jdists)
* @see [handlebars](https://github.com/wycats/handlebars.js)
## Example
```html
- {{name}} is {{age}}
{{#kids}}
{{/kids}}
- {{name}} is {{toFixed age 2}}
{{#kids}}
{{/kids}}
```
## License
MIT © [zswang](http://weibo.com/zswang)
[npm-url]: https://badge.fury.io/js/%40jdists%2Fhandlebars
[npm-image]: https://badge.fury.io/js/%40jdists%2Fhandlebars.svg
[travis-url]: https://travis-ci.org/jdists/handlebars
[travis-image]: https://travis-ci.org/jdists/handlebars.svg?branch=master
[coverage-url]: https://coveralls.io/github/jdists/handlebars?branch=master
[coverage-image]: https://coveralls.io/repos/jdists/handlebars/badge.svg?branch=master&service=github