html_to_epub

Crates.iohtml_to_epub
lib.rshtml_to_epub
version0.1.4
created_at2021-10-13 11:03:56.514599+00
updated_at2024-12-07 06:26:46.403696+00
descriptionA command line converts .html file to .epub file.
homepage
repositoryhttps://github.com/gonejack/html_to_epub
max_upload_size
id464475
size434,229
δΌšζœ‰ηŒ«ηš„ (gonejack)

documentation

README

html_to_epub

This command line converts .html file to .epub file.

Build GitHub license

install

cargo install html_to_epub

Usage

html_to_epub *.html
Options:
        --title title   Set epub title
        --author author Set epub author
        --cover cover image
                        Set epub cover
        --output output.epub
                        Set output file
    -v, --verbose       Verbose printing
    -h, --help          Print this help
        --about         Show about

Commit count: 10

cargo fmt