awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesCode Beautifiers

Tools that reconstruct minified or compressed code into a human-readable format with consistent styling.

Distinct from Code Minifiers: None of the candidates cover the specific act of beautifying/un-minifying code; candidates focus on minification.

Explore 6 awesome GitHub repositories matching development tools & productivity · Code Beautifiers. Refine with filters or upvote what's useful.

Awesome Code Beautifiers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • mishoo/uglifyjs2Avatar de mishoo

    mishoo/UglifyJS2

    13,392Ver en GitHub↗

    UglifyJS2 is a suite of tools designed for parsing, beautifying, mangling, and minifying JavaScript code. It functions by converting source code into an abstract syntax tree to enable programmatic analysis and transformation, and it includes a dedicated generator for creating associated source maps. The project optimizes web production builds by compressing script logic and removing unreachable code. It utilizes name mangling to shorten variable and property names and implements a beautifier to reconstruct compressed scripts into a human-readable layout. The toolset covers broad capability a

    Reconstructs minified or compressed scripts into a human-readable layout using consistent indentation and spacing.

    JavaScript
    Ver en GitHub↗13,392
  • mishoo/uglifyjsAvatar de mishoo

    mishoo/UglifyJS

    13,392Ver en 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

    Provides code beautification to reformat minified JavaScript into a human-readable layout.

    JavaScript
    Ver en GitHub↗13,392
  • terser/terserAvatar de terser

    terser/terser

    9,299Ver en GitHub↗

    Terser is a JavaScript minifier and compressor designed to reduce file size through whitespace removal, symbol mangling, and logic optimization for ES6+. It functions as a toolkit for minification, a code mangler for shortening variable and property names, and a dead code eliminator that evaluates constant expressions to remove unreachable logic. The project operates as an AST toolkit that parses JavaScript source into SpiderMonkey AST format for structural analysis. It generates source maps to link compressed production code back to the original source, ensuring that minified bundles remain

    Provides a beautifier to reformat condensed or minified code into a human-readable layout.

    JavaScript
    Ver en GitHub↗9,299
  • beautifier/js-beautifyAvatar de beautifier

    beautifier/js-beautify

    8,975Ver en GitHub↗

    js-beautify is a web language beautifier and rule-based code stylizer designed to standardize the indentation and layout of JavaScript, HTML, and CSS. It converts minified or obfuscated source code into a human-readable format to improve maintainability and readability. The system enforces consistent coding styles through global configuration files and programmatic options. It also supports local formatting overrides, allowing users to control behavior for specific sections of a file using embedded comment directives. The project provides capabilities for source code style enforcement and we

    Reconstructs minified or compressed HTML, CSS, and JavaScript code into a human-readable format with consistent styling.

    JavaScriptcsshacktoberfesthtml
    Ver en GitHub↗8,975
  • albertan017/llm4decompileAvatar de albertan017

    albertan017/LLM4Decompile

    6,728Ver en GitHub↗

    LLM4Decompile es un conjunto de herramientas y framework para la traducción de código binario a código fuente. Utiliza modelos de lenguaje de gran tamaño (LLM) para transformar código máquina en código fuente legible y recuperar la lógica original de ejecutables compilados. El proyecto incluye un pipeline especializado para generar datasets de entrenamiento sintéticos convirtiendo código fuente en pares de ensamblador. Proporciona un framework de fine-tuning para optimizar modelos de deep learning en estos datasets de binario a fuente, aumentando la precisión de la recuperación de código. El sistema también cuenta con capacidades para refinar pseudocódigo descompilado. Este proceso se centra en restaurar el esqueleto estructural y los nombres de variables de un binario para mejorar la legibilidad de la lógica desensamblada.

    Uses language models to polish and improve the readability of pseudo code from traditional decompilers.

    Python
    Ver en GitHub↗6,728
  • ackites/killwxapkgAvatar de Ackites

    Ackites/KillWxapkg

    5,864Ver en GitHub↗

    自动化反编译微信小程序,小程序安全评估工具,发现小程序安全问题,自动解密,解包,可还原工程目录,支持Hook,小程序修改

    Formats extracted JavaScript, JSON, HTML, WXML, and WXSS files into a readable structured layout.

    Go
    Ver en GitHub↗5,864
  1. Home
  2. Development Tools & Productivity
  3. Code Beautifiers

Explorar subetiquetas

  • Decompiled1 sub-etiquetaFormats decompiled source code from reverse engineering tools into a readable layout for analysis. **Distinct from Code Beautifiers:** Distinct from Code Beautifiers: specifically targets decompiled code from reverse engineering, not general minified source code.
  • Mini ProgramFormats extracted mini program source files including WXML and WXSS into a readable structured layout. **Distinct from Code Beautifiers:** Distinct from Code Beautifiers: specifically targets mini program file formats (WXML, WXSS) in addition to standard web formats.