https://github.com/jsreport/jsreport-tags
jsreport extension for structuring entities using tags
https://github.com/jsreport/jsreport-tags
Last synced: about 1 year ago
JSON representation
jsreport extension for structuring entities using tags
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-tags
- Owner: jsreport
- License: mit
- Created: 2017-01-14T17:27:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-20T16:46:23.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T11:43:34.352Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://jsreport.net
- Size: 401 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- 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-tags
[](https://npmjs.com/package/jsreport-tags)
[](https://travis-ci.org/jsreport/jsreport-tags)
> Manage, Filter, Group jsreport objects with tag information
See http://jsreport.net/learn/tags
## Installation
> npm install jsreport-tags --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-tags')({}))
```