my bun learning project – uses ts + latex to turn simple yaml files into pretty looking pdf invoices with automatic sum and vat calculations
  • TypeScript 55.9%
  • TeX 42.8%
  • Makefile 1.3%
Find a file
2026-03-16 17:51:24 +01:00
.vscode initial commit 2023-12-27 02:41:55 +00:00
src add latexmkrc 2026-03-16 17:51:24 +01:00
.gitignore dont submodule 2025-11-29 11:01:54 +00:00
license add license 2025-09-26 19:30:16 +02:00
Makefile dont submodule 2025-11-29 11:01:54 +00:00
readme.md cleanup docs 2025-11-29 12:22:13 +00:00

invoices

project Structure

  • LaTeX base project
  • TS script (bun) to prefill data & handle counting

setup

  • pushd src/js && bun install && popd
  • make setup