Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bjrmatos/toner-jade

[DEPRECATED use jsreport-pug directly] Use jade templating engine in toner http://jsreport.net
https://github.com/bjrmatos/toner-jade

Last synced: 12 days ago
JSON representation

[DEPRECATED use jsreport-pug directly] Use jade templating engine in toner http://jsreport.net

Awesome Lists containing this project

README

        

# toner-jade

[![Build Status](https://travis-ci.org/bjrmatos/toner-jade.png?branch=master)](https://travis-ci.org/bjrmatos/toner-jade)

**Use [jade](http://jade-lang.com) templating engine in [toner](https://github.com/jsreport/toner)**

```bash
npm install toner-jade
```

```js
toner.engine("jade", require("toner-jade"));
```