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

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

Awesome Lists containing this project

README

          

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

# jsreport-tags

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