Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bjrmatos/toner-jade
- Owner: bjrmatos
- License: mit
- Created: 2015-09-27T17:43:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-10T18:40:37.000Z (about 8 years ago)
- Last Synced: 2024-11-16T15:38:44.795Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"));
```