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
·

2 Repos

Awesome GitHub RepositoriesStyle Correction Engines

Tools that automatically modify source code to resolve stylistic inconsistencies.

Distinct from Source Code Transformation Engines: Distinct from general Source Code Transformation Engines by focusing on aesthetic and stylistic corrections rather than compatibility patching.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Style Correction Engines. Refine with filters or upvote what's useful.

Awesome Style Correction Engines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mdevils/node-jscsAvatar von mdevils

    mdevils/node-jscs

    4,935Auf GitHub ansehen↗

    node-jscs ist ein Tool zur statischen Codeanalyse und ein JavaScript-Code-Style-Linter. Es fungiert als JavaScript-Code-Formatierer, der einen konsistenten Styleguide und Formatierungsregeln für den Quellcode durchsetzt. Das Projekt verwaltet Team-Codierungsstandards, indem es Quellcode anhand definierter Stilregeln prüft, um die visuelle Konsistenz zu wahren. Es bietet einen JavaScript-Linting-Workflow, der Stilverstöße identifiziert und eine automatisierte Code-Formatierung durchführt, um Inkonsistenzen zu beheben. Das System nutzt AST-basierte statische Analyse, um stilistische Regeln zu verifizieren, ohne den Code auszuführen. Es verwendet regelbasiertes Pattern-Matching und eine Visitor-Pattern-Baumtraversierung, um Formatierungsverstöße zu identifizieren, die dann durch automatische Quellcode-Transformation behoben werden.

    Automatically modifies source code to correct formatting inconsistencies based on defined style rules.

    JavaScript
    Auf GitHub ansehen↗4,935
  • standard/semistandardAvatar von standard

    standard/semistandard

    1,415Auf GitHub ansehen↗

    Semistandard is a static analysis tool and automated code formatter designed to enforce consistent JavaScript syntax and formatting standards across a codebase. It functions as a linter that identifies deviations from established style rules and provides automated corrections to resolve formatting errors without manual intervention. The tool is distinguished by its specific focus on semicolon usage, ensuring that all statements adhere to a uniform syntax standard. It provides comprehensive style management by verifying code against predefined rules and blocking non-compliant submissions withi

    Automatically corrects formatting errors to align code structure with established style guides.

    JavaScript
    Auf GitHub ansehen↗1,415
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Source Code Templates
  5. Source Code Transformation Engines
  6. Style Correction Engines