awesome-repositories.com
Blog
MCP
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
·
Back to awalterschulze/goderive

Open-source alternatives to Goderive

30 open-source projects similar to awalterschulze/goderive, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Goderive alternative.

  • abice/go-enumAvatar de abice

    abice/go-enum

    950Voir sur GitHub↗

    An enum generator for go

    Go
    Voir sur GitHub↗950
  • hexdigest/gowrapAvatar de hexdigest

    hexdigest/gowrap

    1,329Voir sur GitHub↗

    GoWrap is a command line tool for generating decorators for Go interfaces

    Go
    Voir sur GitHub↗1,329
  • google/autoAvatar de google

    google/auto

    10,545Voir sur GitHub↗

    This project is a Java annotation processing framework and source code generator designed to automate repetitive boilerplate and reduce manual coding errors. It functions as a toolkit for building custom annotation processors that produce source code, metadata, and type definitions during the compilation process. The framework specifically automates the creation of immutable value types with built-in equality and hashing logic, as well as the generation of factory implementations for dependency injection. It also handles the automated production of service provider configuration files to enab

    Java
    Voir sur GitHub↗10,545
  • rjeczalik/interfacesAvatar de rjeczalik

    rjeczalik/interfaces

    431Voir sur GitHub↗

    Code generation tools for Go.

    Go
    Voir sur GitHub↗431
  • ahmetalpbalkan/go-linqAvatar de ahmetalpbalkan

    ahmetalpbalkan/go-linq

    3,654Voir sur GitHub↗

    .NET LINQ capabilities in Go

    Go
    Voir sur GitHub↗3,654
  • dave/jenniferAvatar de dave

    dave/jennifer

    3,618Voir sur GitHub↗

    Jennifer is a code generator for Go

    Go
    Voir sur GitHub↗3,618

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • senselogic/generisAvatar de senselogic

    senselogic/GENERIS

    47Voir sur GitHub↗

    Versatile Go code generator.

    D
    Voir sur GitHub↗47
  • avast/android-butterknife-zeleznyAvatar de avast

    avast/android-butterknife-zelezny

    3,351Voir sur GitHub↗

    Simple plug-in for Android Studio/IDEA that allows one-click creation of Butterknife view injections.

    Java
    Voir sur GitHub↗3,351
  • deepmap/oapi-codegenAvatar de deepmap

    deepmap/oapi-codegen

    8,398Voir sur GitHub↗

    oapi-codegen is a suite of generators that converts OpenAPI 3 specifications into type-safe Go client libraries, server boilerplate, and data models. It provides tools for producing production-ready HTTP clients and server-side interfaces to ensure that Go implementations remain compliant with defined API contracts. The tool supports server generation across various web frameworks and allows for extensive customization via template overrides, specification overlays, and custom type definition mappings. It handles complex API requirements through external reference resolution to organize code

    Go
    Voir sur GitHub↗8,398
  • antst/go-apispecAvatar de antst

    antst/go-apispec

    30Voir sur GitHub↗

    Generate OpenAPI 3.1 specs from Go source code via static analysis — zero annotations, automatic framework detection

    Go
    Voir sur GitHub↗30
  • hsz/idea-gitignoreAvatar de hsz

    hsz/idea-gitignore

    1,324Voir sur GitHub↗

    .ignore 4.x

    Kotlin
    Voir sur GitHub↗1,324
  • inferred/freebuilderAvatar de inferred

    inferred/FreeBuilder

    829Voir sur GitHub↗

    Automatic generation of the Builder pattern for Java

    Javabuilder-patterncode-generatorjava
    Voir sur GitHub↗829
  • dillonkearns/elm-graphqlAvatar de dillonkearns

    dillonkearns/elm-graphql

    788Voir sur GitHub↗

    Autogenerate type-safe GraphQL queries in Elm.

    Elm
    Voir sur GitHub↗788
  • dillonkearns/elm-ts-jsonAvatar de dillonkearns

    dillonkearns/elm-ts-json

    45Voir sur GitHub↗

    Build up Encoders/Decoders with well-defined TypeScript types! The API in this package is the foundation of the elm-ts-interop CLI tool, but can be used for other purposes as well.

    Elm
    Voir sur GitHub↗45
  • componolit/recordfluxAvatar de Componolit

    Componolit/RecordFlux

    126Voir sur GitHub↗

    RecordFlux is a toolset for the formal specification and generation of verifiable binary parsers, message generators and protocol state machines.

    Ada
    Voir sur GitHub↗126
  • clipperhouse/genAvatar de clipperhouse

    clipperhouse/gen

    1,424Voir sur GitHub↗

    Type-driven code generation for Go

    Gocode-generationgenericsgo
    Voir sur GitHub↗1,424
  • andreasewering/travelm-agencyAvatar de andreasewering

    andreasewering/travelm-agency

    49Voir sur GitHub↗

    Compile time internationalization for Elm supporting multiple input and output formats

    Elm
    Voir sur GitHub↗49
  • golang/goAvatar de golang

    golang/go

    134,756Voir sur GitHub↗

    Go is a statically typed, compiled programming language designed for building scalable, concurrent software. It provides a memory-safe execution environment that combines a high-performance runtime with a self-hosting compiler toolchain, enabling the creation of statically linked machine code binaries without external dependencies. The language is built around a structural type system that uses interfaces for polymorphism and a concurrency model based on lightweight, stack-based coroutines that communicate through channels. The language distinguishes itself through a runtime that features a c

    Gogogolanglanguage
    Voir sur GitHub↗134,756
  • golang/mockAvatar de golang

    golang/mock

    9,361Voir sur GitHub↗

    GoMock is a mocking framework for the Go programming language.

    Go
    Voir sur GitHub↗9,361
  • folq/haskell-to-elmAvatar de folq

    folq/haskell-to-elm

    63Voir sur GitHub↗

    Generate Elm types, encoders, and decoders from Haskell types

    Haskell
    Voir sur GitHub↗63
  • google/j2objcAvatar de google

    google/j2objc

    6,041Voir sur GitHub↗

    j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as a cross-platform logic porter, allowing application logic and data models written in Java to be shared and executed on iOS. To support this translation, the project provides an Objective-C implementation of core Java classes and APIs to emulate the Java runtime environment. The system includes specialized translation for Java libraries and provides mapping for dependency injection and static analysis annotations to preserve metadata. It also enables the conversion of JUnit tes

    Java
    Voir sur GitHub↗6,041
  • blady-com/automateAvatar de Blady-Com

    Blady-Com/Automate

    7Voir sur GitHub↗

    The generator translates finite-state machines described with specific text scripts to Ada language.

    Ada
    Voir sur GitHub↗7
  • dragonwasrobot/json-schema-to-elmAvatar de dragonwasrobot

    dragonwasrobot/json-schema-to-elm

    92Voir sur GitHub↗

    Generates Elm types, JSON decoders, JSON encoders and fuzz tests from JSON schema specifications

    Elixir
    Voir sur GitHub↗92
  • immutables/immutablesAvatar de immutables

    immutables/immutables

    3,562Voir sur GitHub↗

    Java annotation processor to create immutable objects and builders, for records too. Sweep boilerplate code under the rug!

    Javaannotation-processorbuildergson
    Voir sur GitHub↗3,562
  • dillonkearns/elm-typescript-interopAvatar de dillonkearns

    dillonkearns/elm-typescript-interop

    165Voir sur GitHub↗

    Generate TypeScript declaration files for your elm ports!

    Elm
    Voir sur GitHub↗165
  • inmite/android-selector-chapekAvatar de inmite

    inmite/android-selector-chapek

    1,560Voir sur GitHub↗

    Android Studio plugin which automatically generates drawable selectors from appropriately named resources.

    Java
    Voir sur GitHub↗1,560
  • jeromevdl/android-holo-colors-idea-pluginAvatar de jeromevdl

    jeromevdl/android-holo-colors-idea-plugin

    633Voir sur GitHub↗

    IntelliJ / Android Studio plugin for Android Holo Colors

    Java
    Voir sur GitHub↗633
  • jhipster/generator-jhipsterAvatar de jhipster

    jhipster/generator-jhipster

    22,418Voir sur GitHub↗

    This project is a full-stack application generator and Java application scaffolder designed to produce the initial project structure and boilerplate code for modern web applications and microservice architectures. It functions as a development platform that uses predefined technology stacks to automate the creation of backend services and APIs. The system includes a customizable code blueprint tool, allowing users to extend or replace standard generation patterns to modify the default code structure of client and server components. It also provides a containerized development environment to e

    TypeScriptangularclouddocker
    Voir sur GitHub↗22,418
  • jmattheis/goverterAvatar de jmattheis

    jmattheis/goverter

    856Voir sur GitHub↗

    Generate type-safe Go converters by defining function signatures.

    Go
    Voir sur GitHub↗856
  • bcaillard/jspecify-packageinfo-generatorAvatar de bcaillard

    bcaillard/jspecify-packageinfo-generator

    3Voir sur GitHub↗

    This Maven plugin automatically generates package-info.java files with JSpecify annotations (@NullMarked or @NullUnmarked), helping you manage nullness boundaries in your Java projects without manual boilerplate.

    Javageneratorjavajspecify
    Voir sur GitHub↗3