Minify All CLI

JSON →
library 1.0.13 ·javascript
verified Jun 4, 2026

Minify All CLI is a Node.js command-line tool that minifies JavaScript, CSS, and HTML files in bulk using UglifyJS (or terser), CSSNano, and HTMLMinifier, with optional gzip compression. Current stable version is 1.0.13, with infrequent updates. It supports parallelism via processCount and allows skipping files by extension or path mask. Differentiators include a unified CLI for all file types and config file support for minifier options, though it is less actively maintained and has limited documentation compared to alternatives like gulp or webpack plugins.