Project

bookery

0.0
No commit activity in last 3 years
No release in over 3 years
A gem that gives you the tools you need to write your own book
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.3.5
~> 5.2.0
~> 0.14.0
~> 10.1.1
~> 0.8.2

Runtime

~> 1.1.0
~> 1.3.0
~> 0.18.1
 Project Readme

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.