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.
- Host: GitHub
- URL: https://github.com/gonejack/embed-html
- Owner: gonejack
- License: mit
- Created: 2022-01-13T03:07:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T09:05:31.000Z (about 3 years ago)
- Last Synced: 2024-06-20T17:35:51.328Z (over 1 year ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# embed-html
This command line converts .html file into .html with images embed.


[](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.
```