awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Ryu0118 avatar

Ryu0118/CodingKeysMacro

0
View on GitHub↗
73 स्टार्स·5 फोर्क्स·Swift·MIT·1 व्यू

CodingKeysMacro

Swift Macro that automatically generates CodingKeys for converting snake_case to lowerCamelCase.

Features

  • Model and Data Macros - Generates CodingKeys for snakecase to camelcase conversion.

स्टार हिस्ट्री

ryu0118/codingkeysmacro के लिए स्टार हिस्ट्री चार्टryu0118/codingkeysmacro के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

CodingKeysMacro के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो CodingKeysMacro के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • dziobaczy/swiftbuildermacrodziobaczy का अवतार

    dziobaczy/SwiftBuilderMacro

    44GitHub पर देखें↗

    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
    GitHub पर देखें↗44
  • eneskaraosman/loremswiftifyEnesKaraosman का अवतार

    EnesKaraosman/LoremSwiftify

    19GitHub पर देखें↗

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

    Swift
    GitHub पर देखें↗19
  • leedh2004/sealedmacroleedh2004 का अवतार

    leedh2004/SealedMacro

    19GitHub पर देखें↗

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

    Swift
    GitHub पर देखें↗19
  • alschmut/structbuildermacroalschmut का अवतार

    alschmut/StructBuilderMacro

    22GitHub पर देखें↗

    @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
    GitHub पर देखें↗22
CodingKeysMacro के सभी 16 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

ryu0118/codingkeysmacro क्या करता है?

Swift Macro that automatically generates CodingKeys for converting snake_case to lowerCamelCase.

ryu0118/codingkeysmacro की मुख्य विशेषताएं क्या हैं?

ryu0118/codingkeysmacro की मुख्य विशेषताएं हैं: Model and Data Macros।

ryu0118/codingkeysmacro के कुछ ओपन-सोर्स विकल्प क्या हैं?

ryu0118/codingkeysmacro के ओपन-सोर्स विकल्पों में शामिल हैं: 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…