ePub Assist
A simple python script that helps you build ePub-formatted books.
How to use the template
-
Clone the repo:
$ git clone https://github.com/rhinnen/epubTemplate.git
-
Edit the contents of the
example.html
. -
Run merge to read
example.html
. A new directory will be created. -
Run the publish script to generate and validate the book:
$ ./publish book
1: You'll find comments inside several files to guide you.