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

https://github.com/gonejack/embed-html

This command line converts .html file into .html with images embed.
https://github.com/gonejack/embed-html

Last synced: about 1 month ago
JSON representation

This command line converts .html file into .html with images embed.

Awesome Lists containing this project

README

          

# embed-html
This command line converts .html file into .html with images embed.

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/gonejack/embed-html)
![Build](https://github.com/gonejack/embed-html/actions/workflows/go.yml/badge.svg)
[![GitHub license](https://img.shields.io/github/license/gonejack/embed-html.svg?color=blue)](LICENSE)

### Install
```shell
> go get github.com/gonejack/embed-html
```

### Usage
```shell
> embed-html *.html
```
```
Flags:
-h, --help Show context-sensitive help.
-v, --verbose Verbose printing.
--about About.
```