#tera-templates #pdf #markdown #generation #template #document #data

app terdoc

Document generation service for converting from tera templates and raw data to different output formats such as PDF or Markdown

2 releases

0.1.1 Aug 28, 2024
0.1.0 Aug 23, 2024

#61 in Template engine

Download history 249/week @ 2024-08-23 28/week @ 2024-08-30 20/week @ 2024-09-13 11/week @ 2024-09-20 28/week @ 2024-09-27 7/week @ 2024-10-04

58 downloads per month

MIT/Apache

56KB
956 lines

terdoc

A service for generating reports.

Setup

Install dependencies.

Fedora:

dnf install pandoc texlive-scheme-full libreoffice

Run the example

Start the terdoc service:

docker compose -f examples/docker-compose.yml up -d

Once terdoc successfully started, you can submit render tasks:

bash examples/run.sh

All tasks are submitted without waiting for a result. The order of execution is therefore not deterministic.

Dependencies

~24–37MB
~665K SLoC