Pressman
Pressman is an experimental, multi-format e-book generator. It takes textile files and converts them to multiple e-book formats.
Pressman is still experimental and I wouldn't advice anyone on using it in a production environment! It's all hacked together for a little proof of concept.
Installation
Install it yourself as:
$ gem install pressman
For the PDF generation, pressman relies on pdfkit, which relies on wkhtmltopdf. So don't forget to install it as well.
$ brew install wkhtmltopdf
Usage
TODO: Write usage instructions here
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request