summaryrefslogtreecommitdiffstats
path: root/etc/README.md
blob: c93152bab007e7ea58cee43c33e38adf6b4abeb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# HTML templates

This directory contains HTML templates which can be used with the "json" output
format and a tool that can fill templates with data.
For example, this can be used with [hdlbr](https://github.com/quitoque/hdlbr)
to generate nice websites for the reported data.

## Usage with hdlbr

```bash
repolocli -o json ... > data.json
hdlbr data.json template.html > output.html
```