Generate beautiful invoices from simple Typst or YAML data records
See the codeGenerate beautiful invoices from a simple data record.
.typ or .yaml filesinvoice.typ file.
E.g. based on one of the examples below:
typst compile invoice.typ
invoice.pdf file 🎉Invoice Maker can also be exported as HTML. Either set the
target: "html" parameter on invoice.with(...), or pass
--input invoice-format=html on the command line:
typst compile --features html --format html \
--input invoice-format=html \
invoice.typ
Run Tests:
make test
Invoice Maker was originally implemented with TypeScript and Pandoc
as seen in ./typescript_pandoc.
This version is still in maintenance mode, but will not receive new features.
Typst
57.2%
HTML
36.2%
Makefile
5.1%
Nix
1.5%
Generate beautiful invoices from simple Typst or YAML data records
See the codeGenerate beautiful invoices from a simple data record.
.typ or .yaml filesinvoice.typ file.
E.g. based on one of the examples below:
typst compile invoice.typ
invoice.pdf file 🎉Invoice Maker can also be exported as HTML. Either set the
target: "html" parameter on invoice.with(...), or pass
--input invoice-format=html on the command line:
typst compile --features html --format html \
--input invoice-format=html \
invoice.typ
Run Tests:
make test
Invoice Maker was originally implemented with TypeScript and Pandoc
as seen in ./typescript_pandoc.
This version is still in maintenance mode, but will not receive new features.
Typst
57.2%
HTML
36.2%
Makefile
5.1%
Nix
1.5%