An open API service indexing awesome lists of open source software.

https://github.com/mcejp/checklister

Create printable checklists with Jinja HTML templates and YAML data
https://github.com/mcejp/checklister

checklist-generator checklists jinja jinja2 wkhtmltopdf

Last synced: over 1 year ago
JSON representation

Create printable checklists with Jinja HTML templates and YAML data

Awesome Lists containing this project

README

          

Demo:

./checklister.py example.yaml example-out.pdf

To get live updates, use [entr(1)](https://eradman.com/entrproject/) or an equivalent tool:

ls example.yaml example.html | entr ./checklister.py example.yaml example-out.pdf