Bookery

Build Status Gem Version

My own (very opinionated) custom tool for writing books. This is very much a work in progress right now.

TODO's for a reasonable v1

  • [ ] Build PDF
  • [ ] Build Mobi
  • [ ] Build ePub

Installation

$ gem install bookery

If you're using rbenv, run rbenv rehash after the installation to ensure the shim is created

Creating a New Book

$ bookery new <project_dir>

This will create a new project in the specified directory.

Publishing

From within the project directory:

$ bookery publish

This will generate an HTML version of your book for each language in the project.

Editing

For a guideline on editing, checkout the editing docs.

Contributing

Wanna contribute? Awesome! Check out the contributing guidelines to get started.