tdewolff/minify
Go minifiers for web formats observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 97
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 9.0
- age_days: 4487
- days_rel: 22
- days_push: 9
- n_releases_24m: 39
Adoption not part of the score
4138 stars · 243 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A high-performance minifier package written in Go supporting HTML5, CSS3, JS, JSON, SVG, and XML, with a CLI tool and bindings for Python, JavaScript, and .NET. It associates mimetypes with minification functions so embedded resources like CSS or JS inside HTML are minified too.
Use cases
- minify html css and js files
- shrink web assets for faster page loads
- compress svg and xml files
- minify json payloads
- build step asset minification for go projects
- fast javascript minification alternative to terser
When to choose
- you need a fast, dependency-light minifier with a CLI or Go API
- you want to minify multiple web formats including HTML, CSS, JS, JSON, SVG, and XML with one tool
- you need to minify embedded resources (CSS/JS inside HTML) in one pass
When to avoid
- you need advanced JS transformations like bundling, tree-shaking, or ES module optimization
- you are in a Node.js build pipeline already using esbuild or terser
- you need image or font minification, which is out of scope
Facets
library · maturity active
serialization cli developer-tools web-development developer-tools performance go cli cross-platform minifier html css javascript json svg xml asset-optimization web-performance
2 sources
- readme: https://github.com/tdewolff/minify · fetched 2026-08-28 · a400c87a1983
- homepage: https://go.tacodewolff.nl/minify · fetched 2026-08-29 · 1873f72ab02e
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tdewolff/minify | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem