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

https://github.com/enspirit/printit


https://github.com/enspirit/printit

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Printit - convert your html to csv or pdf

## Dev

- add a .env file at the root of the project with a `HANDLER` variable. Its
value may be `prince` or `weasyprint`.
- copy `config/printit-example.yml` to `config/printit.yml` and set the
`handler` key accordingly.
- use the `Makefile` commands to build, launch, test the software.