awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to hexdigest/gowrap

Open-source alternatives to Gowrap

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

  • awalterschulze/goderiveawalterschulze avatar

    awalterschulze/goderive

    1,263View on GitHub↗

    Derives and generates mundane golang functions that you do not want to maintain yourself

    Goderivingfunctional-programminggenerator
    View on GitHub↗1,263
  • ahmetalpbalkan/go-linqahmetalpbalkan avatar

    ahmetalpbalkan/go-linq

    3,654View on GitHub↗

    .NET LINQ capabilities in Go

    Go
    View on GitHub↗3,654
  • google/autogoogle avatar

    google/auto

    10,545View on 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
    View on GitHub↗10,545
  • rjeczalik/interfacesrjeczalik avatar

    rjeczalik/interfaces

    431View on GitHub↗

    Code generation tools for Go.

    Go
    View on GitHub↗431
  • abice/go-enumabice avatar

    abice/go-enum

    950View on GitHub↗

    An enum generator for go

    Go
    View on GitHub↗950

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • dave/jenniferdave avatar

    dave/jennifer

    3,618View on GitHub↗

    Jennifer is a code generator for Go

    Go
    View on GitHub↗3,618
  • senselogic/generissenselogic avatar

    senselogic/GENERIS

    47View on GitHub↗

    Versatile Go code generator.

    D
    View on GitHub↗47
  • avast/android-butterknife-zeleznyavast avatar

    avast/android-butterknife-zelezny

    3,351View on GitHub↗

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

    Java
    View on GitHub↗3,351
  • componolit/recordfluxComponolit avatar

    Componolit/RecordFlux

    126View on GitHub↗

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

    Ada
    View on GitHub↗126
  • antst/go-apispecantst avatar

    antst/go-apispec

    30View on GitHub↗

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

    Go
    View on GitHub↗30
  • hsz/idea-gitignorehsz avatar

    hsz/idea-gitignore

    1,324View on GitHub↗

    .ignore 4.x

    Kotlin
    View on GitHub↗1,324
  • inferred/freebuilderinferred avatar

    inferred/FreeBuilder

    829View on GitHub↗

    Automatic generation of the Builder pattern for Java

    Javabuilder-patterncode-generatorjava
    View on GitHub↗829
  • deepmap/oapi-codegendeepmap avatar

    deepmap/oapi-codegen

    8,398View on 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
    View on GitHub↗8,398
  • dillonkearns/elm-graphqldillonkearns avatar

    dillonkearns/elm-graphql

    788View on GitHub↗

    Autogenerate type-safe GraphQL queries in Elm.

    Elm
    View on GitHub↗788
  • clipperhouse/genclipperhouse avatar

    clipperhouse/gen

    1,424View on GitHub↗

    Type-driven code generation for Go

    Gocode-generationgenericsgo
    View on GitHub↗1,424
  • blady-com/automateBlady-Com avatar

    Blady-Com/Automate

    7View on GitHub↗

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

    Ada
    View on GitHub↗7
  • andreasewering/travelm-agencyandreasewering avatar

    andreasewering/travelm-agency

    49View on GitHub↗

    Compile time internationalization for Elm supporting multiple input and output formats

    Elm
    View on GitHub↗49
  • folq/haskell-to-elmfolq avatar

    folq/haskell-to-elm

    63View on GitHub↗

    Generate Elm types, encoders, and decoders from Haskell types

    Haskell
    View on GitHub↗63
  • golang/gogolang avatar

    golang/go

    134,756View on 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
    View on GitHub↗134,756
  • golang/mockgolang avatar

    golang/mock

    9,361View on GitHub↗

    GoMock is a mocking framework for the Go programming language.

    Go
    View on GitHub↗9,361
  • dragonwasrobot/json-schema-to-elmdragonwasrobot avatar

    dragonwasrobot/json-schema-to-elm

    92View on GitHub↗

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

    Elixir
    View on GitHub↗92
  • google/j2objcgoogle avatar

    google/j2objc

    6,041View on 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
    View on GitHub↗6,041
  • dillonkearns/elm-typescript-interopdillonkearns avatar

    dillonkearns/elm-typescript-interop

    165View on GitHub↗

    Generate TypeScript declaration files for your elm ports!

    Elm
    View on GitHub↗165
  • immutables/immutablesimmutables avatar

    immutables/immutables

    3,562View on GitHub↗

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

    Javaannotation-processorbuildergson
    View on GitHub↗3,562
  • dillonkearns/elm-ts-jsondillonkearns avatar

    dillonkearns/elm-ts-json

    45View on 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
    View on GitHub↗45
  • inmite/android-selector-chapekinmite avatar

    inmite/android-selector-chapek

    1,560View on GitHub↗

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

    Java
    View on GitHub↗1,560
  • jeromevdl/android-holo-colors-idea-pluginjeromevdl avatar

    jeromevdl/android-holo-colors-idea-plugin

    633View on GitHub↗

    IntelliJ / Android Studio plugin for Android Holo Colors

    Java
    View on GitHub↗633
  • jhipster/generator-jhipsterjhipster avatar

    jhipster/generator-jhipster

    22,418View on 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
    View on GitHub↗22,418
  • jmattheis/goverterjmattheis avatar

    jmattheis/goverter

    856View on GitHub↗

    Generate type-safe Go converters by defining function signatures.

    Go
    View on GitHub↗856
  • bcaillard/jspecify-packageinfo-generatorbcaillard avatar

    bcaillard/jspecify-packageinfo-generator

    3View on 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
    View on GitHub↗3