An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# html-to-epub
This command line tool converts .html to .epub with images fetching.

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gonejack/html-to-epub)
![Build](https://github.com/gonejack/html-to-epub/actions/workflows/go.yml/badge.svg)
[![GitHub license](https://img.shields.io/github/license/gonejack/html-to-epub.svg?color=blue)](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
![](screenshot.png)