https://github.com/gonejack/html-to-epub
This command line converts .html to .epub with images embed.
https://github.com/gonejack/html-to-epub
command-line converter epub html
Last synced: about 1 month ago
JSON representation
This command line converts .html to .epub with images embed.
- Host: GitHub
- URL: https://github.com/gonejack/html-to-epub
- Owner: gonejack
- License: mit
- Created: 2021-03-21T06:23:52.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T07:35:44.000Z (over 2 years ago)
- Last Synced: 2024-06-19T04:25:00.444Z (over 1 year ago)
- Topics: command-line, converter, epub, html
- Language: Go
- Homepage:
- Size: 3.57 MB
- Stars: 42
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# html-to-epub
This command line tool converts .html to .epub with images fetching.


[](LICENSE)
### Install
```shell
> go install github.com/gonejack/html-to-epub@latest
```
### Usage
```shell
> 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.
```
### Screenshot
