Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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


    {{#kids}}
  • {{name}} is {{age}}

  • {{/kids}}


    {{#kids}}
  • {{name}} is {{toFixed age 2}}

  • {{/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