A Yarn plugin that integrates html-minifier into the Yarn workflow, allowing HTML minification as part of package management commands. Version 0.6.1 is the latest, but the package appears unmaintained with no recent releases. Key differentiator: runs html-minifier via Yarn plugin system; alternatives include direct html-minifier CLI or build tool integrations. Currently in maintenance mode with no active development.
npm install yarn-html-minifierNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install the Yarn plugin and run html-minifier on an HTML file.
Use html-minifier CLI directly: npx html-minifier input.html -o output.html
Use 'yarn plugin add' instead of 'npm install' or 'yarn add'.
Run 'yarn plugin add yarn-html-minifier'
Ensure Yarn >=2 and install with 'yarn plugin add yarn-html-minifier'