pseudomuto / bookery

A simple gem to help with authoring books

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookery

Build Status Gem Version Code Climate

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.

About

A simple gem to help with authoring books

License:MIT License


Languages

Language:Ruby 77.4%Language:CSS 22.6%