html_to_epub

Crates.iohtml_to_epub
lib.rshtml_to_epub
version
sourcesrc
created_at2021-10-13 11:03:56.514599
updated_at2024-12-07 06:26:46.403696
descriptionA command line converts .html file to .epub file.
homepage
repositoryhttps://github.com/gonejack/html_to_epub
max_upload_size
id464475
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
δΌšζœ‰ηŒ«ηš„ (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