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)
- Host: GitHub
- URL: https://github.com/dchest/htmlmin
- Owner: dchest
- License: bsd-2-clause
- Created: 2013-10-21T16:18:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T19:39:03.000Z (about 2 years ago)
- Last Synced: 2025-03-18T21:53:32.116Z (over 1 year ago)
- Language: Go
- Homepage: http://godoc.org/github.com/dchest/htmlmin
- Size: 14.6 KB
- Stars: 14
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HTML minifier.
(Also optionally minifies embedded scripts and styles).
* Docs:
* License: see LICENSE file (BSD-like)
[](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.