https://github.com/enspirit/printit
https://github.com/enspirit/printit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/enspirit/printit
- Owner: enspirit
- Created: 2018-08-01T17:17:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T16:26:57.000Z (over 2 years ago)
- Last Synced: 2025-01-15T01:08:17.600Z (3 months ago)
- Language: Ruby
- Size: 18.6 KB
- Stars: 1
- Watchers: 7
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.