https://github.com/eighty4/minhtml
https://github.com/eighty4/minhtml
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eighty4/minhtml
- Owner: eighty4
- Created: 2024-01-20T16:05:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T13:56:28.000Z (over 2 years ago)
- Last Synced: 2025-05-18T17:52:58.912Z (about 1 year ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://hub.docker.com/r/84tech/minhtml)
[](https://crates.io/crates/minhtml)
# minhtml on Docker
This is a Docker image of [minhtml](https://github.com/wilsonzlin/minify-html/tree/master/minhtml), an extremely fast and smart HTML + JS + CSS minifier.
Thank you, [wilsonzlin](https://github.com/wilsonzlin), for the great project!
## Usage
[Docker Hub](https://hub.docker.com/repository/docker/84tech/minhtml/tags) hosts images for aarch64 and x86_64.
```
cat index.html | docker run -i --rm 84tech/minhtml > minified.html
```