Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 860 Bytes

File metadata and controls

28 lines (23 loc) · 860 Bytes

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