awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

2 Repos

Awesome GitHub RepositoriesSequential Transformation Pipelines

Systems that apply a series of code transformations in a strict order, where each step processes the previous output.

Distinct from Sequential Execution Engines: Focuses on AST-based code transformation sequences rather than general automated task execution.

Explore 2 awesome GitHub repositories matching development tools & productivity · Sequential Transformation Pipelines. Refine with filters or upvote what's useful.

Awesome Sequential Transformation Pipelines GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • amzn/style-dictionaryAvatar von amzn

    amzn/style-dictionary

    4,709Auf GitHub ansehen↗

    Style Dictionary ist ein plattformübergreifender Style-Generator und ein Build-System für Design-Tokens. Es konvertiert eine einzelne Quelle von Design-Variablen in mehrere Ausgabeformate und plattformspezifische Dateien, um eine konsistente Single Source of Truth über verschiedene Interfaces hinweg zu wahren. Das System fungiert als Multi-Format-Style-Orchestrator, der modulare Token-Quellen zusammenführt und basierend auf den Anforderungen der Zielplattform transformiert. Es nutzt ein skriptfähiges Transform-Interface, um Token-Werte und -Namen zu modifizieren, was die Automatisierung von Design-System-Styles für Web-, iOS- und Android-Anwendungen ermöglicht. Der Build-Prozess ist konfigurationsgesteuert und nutzt ein zentrales Objekt, um Token-Sets auf Transformations- und Ausgaberegeln zu mappen. Es verwendet eine Intermediate Representation, um die Quell-Tokens agnostisch gegenüber der Zielplattform zu halten, während steckbare Format-Adapter definieren, wie verarbeitete Tokens in spezifische Zielformate geschrieben werden.

    Processes design tokens through a strict sequential pipeline of functions to modify values and names.

    JavaScript
    Auf GitHub ansehen↗4,709
  • biomejs/gritqlAvatar von biomejs

    biomejs/gritql

    4,530Auf GitHub ansehen↗

    GritQL is an AST-based code transformation engine and structural search tool. It uses a declarative query language to identify and rewrite source code patterns across multiple programming languages by matching abstract syntax tree nodes rather than literal text. The system functions as an automated refactoring framework for large-scale migrations and API updates. It distinguishes itself by utilizing sequential transformation pipelines and reusable blueprints that can be synced between local environments and remote repositories. The tool covers a broad range of capabilities including static a

    Applies multiple rewrite rules in a defined sequence, enabling complex multi-step code migrations.

    Rustastcodemodjavascript
    Auf GitHub ansehen↗4,530
  1. Home
  2. Development Tools & Productivity
  3. Sequential Execution Engines
  4. Sequential Transformation Pipelines