Skip to content

gonejack/textbundle-to-epub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

textbundle-to-epub

Command line tool for converting textbundle to epub.

GitHub go.mod Go version Build GitHub license

Install

> go get github.com/gonejack/textbundle-to-epub

Usage

> 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