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%
| .vscode | ||
| src | ||
| .gitignore | ||
| license | ||
| Makefile | ||
| readme.md | ||
invoices
project Structure
- LaTeX base project
- TS script (bun) to prefill data & handle counting
setup
pushd src/js && bun install && popdmake setup