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

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

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

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • amzn/style-dictionaryAvatar de amzn

    amzn/style-dictionary

    4,709Ver en GitHub↗

    Style Dictionary es un generador de estilos multiplataforma y sistema de construcción de tokens de diseño. Convierte una fuente única de variables de diseño en múltiples formatos de salida y archivos específicos de plataforma para mantener una fuente de verdad consistente en diferentes interfaces. El sistema funciona como un orquestador de estilos multiformato que fusiona fuentes de tokens modulares y los transforma según los requisitos de la plataforma de destino. Utiliza una interfaz de transformación programable para modificar valores y nombres de tokens, permitiendo la automatización de estilos de sistemas de diseño para aplicaciones web, iOS y Android. El proceso de construcción está basado en configuración, utilizando un objeto central para mapear conjuntos de tokens a reglas de transformación y salida. Emplea un mapeo de representación intermedia para mantener los tokens fuente agnósticos a la plataforma final, mientras utiliza adaptadores de formato conectables para definir cómo se escriben los tokens procesados en destinos específicos.

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

    JavaScript
    Ver en GitHub↗4,709
  • biomejs/gritqlAvatar de biomejs

    biomejs/gritql

    4,530Ver en GitHub↗

    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
    Ver en GitHub↗4,530
  1. Home
  2. Development Tools & Productivity
  3. Sequential Execution Engines
  4. Sequential Transformation Pipelines