UNPKG

toner-handlebars

Version:

Use handlebars templating engine in toner

13 lines (9 loc) 386 B
#toner-handlebars [![Build Status](https://travis-ci.org/jsreport/toner-handlebars.png?branch=master)](https://travis-ci.org/jsreport/toner-handlebars) **Use [handlebars](http://handlebarsjs.com) templating engine in [toner](https://github.com/jsreport/toner)** ```bash npm install toner-handlebars ``` ```js toner.engine("handlebars", require("toner-handlebars")); ```