https://github.com/jsreport/jsreport-contrib
list of jsreport external extensions
https://github.com/jsreport/jsreport-contrib
Last synced: 5 months ago
JSON representation
list of jsreport external extensions
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-contrib
- Owner: jsreport
- License: mit
- Created: 2014-02-23T15:57:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T18:40:01.000Z (almost 11 years ago)
- Last Synced: 2025-01-30T03:48:11.949Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://jsreport.net
- Size: 191 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#jsreport extensions
This repository contains list of external jsreport extensions. The list of core extensions as well as documentation
can be found [here](http://jsreport.net/learn/extensions). Creating extensions is the best way how you can contribute
to the platform. Don't hasitate and do it.
##Extension installation
Extensions are typically provided and installed through [node.js npm](https://www.npmjs.com/). jsreport is
automatically searching for extensions during start up so it is usually enough just to use single command to install
them.
```
npm install jsreport-import-export
```
##List of extensions
[jsreport-import-export](https://github.com/jsreport/jsreport-contrib/tree/master/jsreport-import-export) - Importing and exporting templates into json files.
[jsreport-contrib-mongodb](https://github.com/jsreport/[jsreport-contrib-mongodb) - Use [mongodb npm module](https://github.com/mongodb/node-mongodb-native) inside jsreport [custom scripts](http://jsreport.net/learn/scripts) to create reports directly from the nosql database.
[jsreport-contrib-jira](https://github.com/jsreport/jsreport-contrib-jira) - Use [jira npm module](https://github.com/steves/node-jira) inside jsreport [custom scripts](http://jsreport.net/learn/scripts) to create reports directly from jira.
[jsreport-ejs](https://github.com/jsreport/jsreport-ejs) - EJS templating engine for jsreport
[jsreport-html-to-text](https://github.com/jsreport/jsreport-html-to-text) - Recipe converting html into nicely structured text
[jsreport-wkhtmltopdf](https://github.com/jsreport/jsreport-wkhtmltopdf) - Recipe using wkhtmltopdf to convert html into pdf