https://github.com/jsreport/jsreport-import-export
jsreport extension adding templates exporting and importing API
https://github.com/jsreport/jsreport-import-export
Last synced: about 1 year ago
JSON representation
jsreport extension adding templates exporting and importing API
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-import-export
- Owner: jsreport
- License: mit
- Created: 2016-12-08T15:51:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T16:35:11.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T11:43:34.861Z (about 1 year ago)
- Language: JavaScript
- Size: 781 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
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-import-export
[](https://npmjs.com/package/jsreport-import-export)
[](https://travis-ci.com/jsreport/jsreport-import-export)
> jsreport extension adding support for exporting and importing jsreport objects
See http://jsreport.net/learn/import-export
## Installation
> npm install jsreport-import-export --production
## 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-import-export')({}))
```