2 repository-uri
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.
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.
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.