awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Swaagie avatar

Swaagie/minimize

0
View on GitHub↗
161 Stars·18 Forks·JavaScript·MIT·2 Aufrufe

Minimize

Minimize HTML

Features

  • Asset Optimization - Server-side HTML minification for Node.js.
  • Code Minifiers - HTML minification utility.
  • Code Optimization - HTML minification utility.

Star-Verlauf

Star-Verlauf für swaagie/minimizeStar-Verlauf für swaagie/minimize

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Minimize

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Minimize.
  • mishoo/uglifyjsAvatar von mishoo

    mishoo/UglifyJS

    13,392Auf GitHub ansehen↗

    UglifyJS is a tool for JavaScript code minification, AST manipulation, and source beautification. Its primary purpose is to reduce the file size of JavaScript source code by removing whitespace and shortening variable names to optimize frontend build assets. The project differentiates itself through its ability to programmatically analyze and transform code using abstract syntax trees. It performs constant folding analysis and conditional compilation to eliminate unreachable or redundant code, and it employs a multi-pass compression pipeline to maximize total file size reduction. The tool pr

    JavaScript
    Auf GitHub ansehen↗13,392
  • imagemin/imageminAvatar von imagemin

    imagemin/imagemin

    5,717Auf GitHub ansehen↗

    imagemin is a Node.js image optimizer and minification tool designed to reduce the storage size of image assets. It functions as a build pipeline asset optimizer that employs both lossy and lossless compression to remove unnecessary metadata and optimize pixel data. The project uses a plugin-based architecture to extend its functionality, loading external modules that handle specific image formats and compression algorithms. This allows the tool to serve as a flexible toolkit for automating image compression within development pipelines. The system covers broad capabilities for web performan

    JavaScript
    Auf GitHub ansehen↗5,717
  • babel/minifyAvatar von babel

    babel/minify

    4,376Auf GitHub ansehen↗

    This project is an AST-based code optimizer and compressor for modern ECMAScript, JSX, and TypeScript source code. It functions as a JavaScript minifier that uses the Babel toolchain to reduce file size by removing unnecessary characters and whitespace while preserving program logic. The tool is distinguished by its ability to process experimental language proposals and transform modern syntax into browser-compatible versions. It provides specialized handling for React JSX transpilation and strips type annotations from TypeScript files to produce compressed production assets. The system cove

    JavaScript
    Auf GitHub ansehen↗4,376
  • clean-css/clean-cssAvatar von clean-css

    clean-css/clean-css

    4,201Auf GitHub ansehen↗

    Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to decrease total stylesheet volume by removing whitespace, comments, and redundant code. The project provides a pipeline for applying custom transformations and browser compatibility adjustments. It allows for the programmatic modification of CSS rules and values through a plugin system and the use of custom optimization plugins. The tool covers a broad range of asset optimization capabilities, including stylesheet bundling, import rule inlining, and relative URL rebasing. It also

    JavaScript
    Auf GitHub ansehen↗4,201
Alle 30 Alternativen zu Minimize anzeigen→

Häufig gestellte Fragen

Was macht swaagie/minimize?

Minimize HTML

Was sind die Hauptfunktionen von swaagie/minimize?

Die Hauptfunktionen von swaagie/minimize sind: Asset Optimization, Code Minifiers, Code Optimization.

Welche Open-Source-Alternativen gibt es zu swaagie/minimize?

Open-Source-Alternativen zu swaagie/minimize sind unter anderem: imagemin/imagemin — imagemin is a Node.js image optimizer and minification tool designed to reduce the storage size of image assets. It… mishoo/uglifyjs — UglifyJS is a tool for JavaScript code minification, AST manipulation, and source beautification. Its primary purpose… babel/minify — This project is an AST-based code optimizer and compressor for modern ECMAScript, JSX, and TypeScript source code. It… clean-css/clean-css — Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to… gregberge/svgr — SVGR is a tool that transforms static SVG files into reusable React components for direct rendering within user… bytenode/bytenode — A minimalist bytecode compiler for Node.js.