Command line tool for converting textbundle to epub.
> go get github.com/gonejack/textbundle-to-epub
> textbundle-to-epub *.textbundle
Usage:
textbundle-to-epub [-o output] [--title title] [--cover cover] *.textbundle
Flags:
-o, --output string output filename (default "output.epub")
--title string epub title (default "TextBundles")
--cover string cover image
-v, --verbose verbose
-h, --help help for textbundle-to-epub