htmlcompressor

Minify HTML, XML, CSS, and JavaScript files to reduce size

brewmacoslinux
Try with needOr install directly
Source

About

Minify HTML or XML

Commands

htmlcompressor

Examples

Minify a single HTML file and output to stdout$ htmlcompressor index.html
Minify HTML file and save to output file$ htmlcompressor -o index.min.html index.html
Minify with aggressive compression and remove comments$ htmlcompressor --remove-comments --remove-intertag-spaces input.html