terdoc

Crates.ioterdoc
lib.rsterdoc
version0.1.1
sourcesrc
created_at2024-08-23 09:02:59.886294
updated_at2024-08-28 08:46:22.080462
descriptionDocument generation service for converting from tera templates and raw data to different output formats such as PDF or Markdown
homepage
repositoryhttps://gitlab.opencode.de/opentalk/terdoc
max_upload_size
id1348902
size122,743
(silwol)

documentation

https://docs.rs/terdoc

README

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.

Commit count: 0

cargo fmt