A very light minifier Node.js module.
It allow you to compress JavaScript, CSS and HTML files.
JavaScript:
CSS:
HTML:
Command Line Interface:
npm install @node-minify/core
# Or Yarn
yarn add @node-minify/core
# Or pnpm
pnpm add @node-minify/core
And install the compressor you want
npm install @node-minify/uglify-js
# Or Yarn
yarn add @node-minify/uglify-js
# Or pnpm
pnpm add @node-minify/uglify-js