awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • goadesign/goaAvatar de goadesign

    goadesign/goa

    6,084Voir sur 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
    Voir sur GitHub↗6,084
  • androidx/androidxAvatar de androidx

    androidx/androidx

    6,010Voir sur 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
    Voir sur GitHub↗6,010
  1. Home
  2. Development Tools & Productivity
  3. Build Plugin Code Generators
  4. Design Compilation Plugins

Explorer les sous-tags

  • 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.