minify

Minifier for HTML, CSS, JS, JSON, SVG, and XML files

brewmacoslinux
Try with needOr install directly
Source

About

Minifier for HTML, CSS, JS, JSON, SVG, and XML

Commands

minify

Examples

Minify a JavaScript file and save output$ minify input.js -o output.min.js
Minify an HTML file to stdout$ minify index.html
Minify multiple CSS files in a directory$ minify *.css -o .