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

https://github.com/dchest/htmlmin

Go package to minify HTML (alpha-quality)
https://github.com/dchest/htmlmin

Last synced: about 1 year ago
JSON representation

Go package to minify HTML (alpha-quality)

Awesome Lists containing this project

README

          

HTML minifier.
(Also optionally minifies embedded scripts and styles).

* Docs:
* License: see LICENSE file (BSD-like)

[![Build Status](https://travis-ci.org/dchest/htmlmin.png)](https://travis-ci.org/dchest/htmlmin)

#### Alternatives

* [github.com/tdewolff/minify](https://github.com/tdewolff/minify) is a more complete solution for all of your minifying needs.