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

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

Awesome Lists containing this project

README

          

**⚠️ This repository has been moved to the monorepo [jsreport/jsreport](https://github.com/jsreport/jsreport)**
--

# jsreport-reports
[![NPM Version](http://img.shields.io/npm/v/jsreport-reports.svg?style=flat-square)](https://npmjs.com/package/jsreport-reports)
[![Build Status](https://travis-ci.com/jsreport/jsreport-reports.png?branch=master)](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')())
```