repositorypackage
1.0.26
Repository: https://github.com/gonejack/html-to-epub.git
Documentation: pkg.go.dev
# README
html-to-epub
Command line tool for converting html to epub.
Install
> go get github.com/gonejack/html-to-epub
Usage
> html-to-epub *.html
Flags:
-h, --help Show context-sensitive help.
-o, --output="output.epub" Output filename.
-c, --cover=STRING Set epub cover image.
--title="HTML" Set epub title.
--author="HTML to Epub" Set epub author.
-v, --verbose Verbose printing.