awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
zijievv avatar

zijievv/CodingKeysGenerator

0
View on GitHub↗
34 estrellas·6 forks·Swift·MIT·4 vistas

CodingKeysGenerator

Swift macros generating customizable CodingKeys

Features

  • Model and Data Macros - Generates customizable CodingKeys for data structures.

Historial de estrellas

Gráfico del historial de estrellas de zijievv/codingkeysgeneratorGráfico del historial de estrellas de zijievv/codingkeysgenerator

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a CodingKeysGenerator

Proyectos open-source similares, clasificados según cuántas características comparten con CodingKeysGenerator.
  • dziobaczy/swiftbuildermacroAvatar de dziobaczy

    dziobaczy/SwiftBuilderMacro

    44Ver en GitHub↗

    While macros are still very fresh inspired by work done by Doug Gregor here this repo aims to help get familliar with the macros by exploring their capabilities.

    Swift
    Ver en GitHub↗44
  • eneskaraosman/loremswiftifyAvatar de EnesKaraosman

    EnesKaraosman/LoremSwiftify

    19Ver en GitHub↗

    A Swift macro that generates realistic mock/fake data for structs, classes, and enums — perfect for SwiftUI previews and snapshot tests.

    Swift
    Ver en GitHub↗19
  • leedh2004/sealedmacroAvatar de leedh2004

    leedh2004/SealedMacro

    19Ver en GitHub↗

    ✨ Swift Macro, Parsing Sealed Class JSON Model. (ex. kotlin server's sealed class json)

    Swift
    Ver en GitHub↗19
  • alschmut/structbuildermacroAvatar de alschmut

    alschmut/StructBuilderMacro

    22Ver en GitHub↗

    @Buildable is an attached swift macro for structs, classes and enums, which produces a peer struct implementing the builder pattern. Initialise your object with minimal effort using default values. ```swift import Buildable

    Swift
    Ver en GitHub↗22
Ver las 16 alternativas a CodingKeysGenerator→

Preguntas frecuentes

¿Qué hace zijievv/codingkeysgenerator?

Swift macros generating customizable CodingKeys

¿Cuáles son las características principales de zijievv/codingkeysgenerator?

Las características principales de zijievv/codingkeysgenerator son: Model and Data Macros.

¿Qué alternativas de código abierto existen para zijievv/codingkeysgenerator?

Las alternativas de código abierto para zijievv/codingkeysgenerator incluyen: dziobaczy/swiftbuildermacro — While macros are still very fresh inspired by work done by Doug Gregor here this repo aims to help get familliar with… eneskaraosman/loremswiftify — A Swift macro that generates realistic mock/fake data for structs, classes, and enums — perfect for SwiftUI previews… leedh2004/sealedmacro — ✨ Swift Macro, Parsing Sealed Class JSON Model. (ex. kotlin server's sealed class json). malien/staticarray — A macro for emulating C-like static arrays in the swift language. mikhailmaslo/macro-codable-kit — MacroCodableKit enhances your Codable experience in Swift, leveraging macros to generate precise and efficient code… alschmut/structbuildermacro — @Buildable is an attached swift macro for structs, classes and enums, which produces a peer struct implementing the…