https://github.com/jsreport/jsreport-public-templates
jsreport extension for granting public access to particular templates
https://github.com/jsreport/jsreport-public-templates
Last synced: 10 months ago
JSON representation
jsreport extension for granting public access to particular templates
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-public-templates
- Owner: jsreport
- License: lgpl-3.0
- Created: 2015-11-05T15:01:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T16:42:41.000Z (almost 5 years ago)
- Last Synced: 2025-05-17T15:17:50.864Z (about 1 year ago)
- Language: JavaScript
- Size: 555 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- 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-public-templates
[](https://npmjs.com/package/jsreport-public-templates)
[](https://travis-ci.org/jsreport/jsreport-public-templates)
jsreport extension for granting public access to particular templates
See http://jsreport.net/learn/public-templates
## Installation
> npm install jsreport-public-templates
## 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-public-templates')())
```