https://github.com/jsreport/jsreport-reports
jsreport extension adding support for storing rendering outputs for later use
https://github.com/jsreport/jsreport-reports
Last synced: 11 months ago
JSON representation
jsreport extension adding support for storing rendering outputs for later use
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-reports
- Owner: jsreport
- License: lgpl-3.0
- Created: 2015-11-05T14:59:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T16:38:40.000Z (almost 5 years ago)
- Last Synced: 2025-06-17T15:58:01.055Z (12 months ago)
- Language: JavaScript
- Size: 1.57 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--
# jsreport-reports
[](https://npmjs.com/package/jsreport-reports)
[](https://travis-ci.com/jsreport/jsreport-reports)
> jsreport extension adding support for storing rendering outputs for later use
See https://jsreport.net/learn/reports
## Installation
> npm install jsreport-reports
## jsreport-core
You can apply this extension also manually to [jsreport-core](https://github.com/jsreport/jsreport-core)
```js
var jsreport = require('jsreport-core')()
jsreport.use(require('jsreport-reports')())
```