From 41c5a9c5a601733809f15b98a3ba79db8f896518 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 24 Apr 2019 13:19:46 +0200 Subject: Add html templates for generating nice report websites --- etc/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 etc/README.md (limited to 'etc/README.md') diff --git a/etc/README.md b/etc/README.md new file mode 100644 index 0000000..c93152b --- /dev/null +++ b/etc/README.md @@ -0,0 +1,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 +``` -- cgit v1.2.3