awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Swaagie avatar

Swaagie/minimize

0
View on GitHub↗
161 stele·18 fork-uri·JavaScript·MIT·2 vizualizări

Minimize

Minimize HTML

Features

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

Istoric stele

Graficul istoricului de stele pentru swaagie/minimizeGraficul istoricului de stele pentru swaagie/minimize

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Minimize

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Minimize.
  • mishoo/uglifyjsAvatar mishoo

    mishoo/UglifyJS

    13,392Vezi pe GitHub↗

    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
    Vezi pe GitHub↗13,392
  • imagemin/imageminAvatar imagemin

    imagemin/imagemin

    5,717Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,717
  • babel/minifyAvatar babel

    babel/minify

    4,376Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,376
  • clean-css/clean-cssAvatar clean-css

    clean-css/clean-css

    4,201Vezi pe GitHub↗

    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
    Vezi pe GitHub↗4,201
Vezi toate cele 30 alternative pentru Minimize→

Întrebări frecvente

Ce face swaagie/minimize?

Minimize HTML

Care sunt principalele funcționalități ale swaagie/minimize?

Principalele funcționalități ale swaagie/minimize sunt: Asset Optimization, Code Minifiers, Code Optimization.

Care sunt câteva alternative open-source pentru swaagie/minimize?

Alternativele open-source pentru swaagie/minimize includ: 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.