2 Repos
Structures generated code into modular packages or domain-specific folders for maintainability.
Distinct from Code Organization: Focuses on the structural organization of generated code rather than general business logic modularization.
Explore 2 awesome GitHub repositories matching development tools & productivity · Generated Code Organizers. Refine with filters or upvote what's useful.
gqlgen is a schema-first Go library designed to build type-safe GraphQL servers. It functions as a code generation engine that transforms declarative GraphQL schema definitions into strongly-typed Go source code, ensuring strict alignment between the API contract and the underlying implementation. The framework distinguishes itself through its deep integration with the Go type system and its highly extensible build pipeline. By using schema-first development, it automates the creation of server boilerplate and resolver stubs, allowing developers to map schema fields directly to Go structs and
Structures generated code into modular packages to support team scaling and maintainable architectures.
This project is a command-line schema-to-code converter designed to transform diverse data specifications into type-safe Python data structures. It functions as a generator for Pydantic models, dataclasses, and typed dictionaries, enabling developers to maintain synchronization between evolving data contracts and application code. By parsing formats such as JSON Schema, OpenAPI, AsyncAPI, Protobuf, and Avro, the tool automates the creation of native classes that reflect the constraints and metadata defined in the source specifications. The generator distinguishes itself through a highly confi
Organizes generated models into modular file structures to maintain clean and manageable project codebases.