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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request