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
·

2 repository-uri

Awesome GitHub RepositoriesDesign Compilation Plugins

Plugins that extend a design compilation pipeline with custom code generation steps, middleware, or transport layers.

Distinct from Build Plugin Code Generators: Distinct from Build Plugin Code Generators: focuses on design-time compilation pipeline plugins, not build lifecycle plugins.

Explore 2 awesome GitHub repositories matching development tools & productivity · Design Compilation Plugins. Refine with filters or upvote what's useful.

Awesome Design Compilation Plugins GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • goadesign/goaAvatar goadesign

    goadesign/goa

    6,084Vezi pe GitHub↗

    Goa is a design-first Go framework that generates server and client code, documentation, and request validation from a single declarative domain-specific language (DSL). At its core, it provides a Go DSL for defining API endpoints, data types, and error models, which compiles into fully functional HTTP and gRPC server stubs, client packages, and OpenAPI specifications. The framework distinguishes itself through its plugin-extensible code generation pipeline, allowing custom code generation steps, middleware, or transport layers to be added via plugins. It supports multiple transport protocols

    Extends the design compilation pipeline with custom code generation steps, middleware, or transport layers through a plugin system.

    Go
    Vezi pe GitHub↗6,084
  • androidx/androidxAvatar androidx

    androidx/androidx

    6,010Vezi pe GitHub↗

    AndroidX is the official collection of Android Jetpack libraries for building Android applications. It provides a suite of backward-compatible APIs that expose modern platform features on older Android versions, ensuring consistent functionality across devices. The project is built around lifecycle-aware component architecture, with tools like ViewModel for preserving UI data across configuration changes, LiveData for lifecycle-aware data observation, and WorkManager for constraint-based background task scheduling. The project distinguishes itself through compile-time code generation and type

    Transforms composable functions into UI code at compile time using Kotlin compiler extensions.

    Kotlin
    Vezi pe GitHub↗6,010
  1. Home
  2. Development Tools & Productivity
  3. Build Plugin Code Generators
  4. Design Compilation Plugins

Explorează sub-etichetele

  • Compose Compiler PluginsKotlin compiler plugins that transform composable functions into UI code at compile time. **Distinct from Design Compilation Plugins:** Distinct from Design Compilation Plugins: focuses on Kotlin compiler extensions for Jetpack Compose UI generation, not general design-time compilation pipelines.