1 مستودع
Tools that parse data models to generate Swift classes for Core Data entities.
Distinct from Data Class Generators: Specifically targets Apple Core Data model parsing rather than generic data class generation.
Explore 1 awesome GitHub repository matching data & databases · Core Data Model Generators. Refine with filters or upvote what's useful.
SwiftGen is a tool that creates strongly typed Swift references for assets, strings, and storyboards to eliminate manual string-based APIs. It functions as a code generator that maps localization keys, static assets, and data models into typed source code using a template-based engine. The project uses custom templates to define the exact structure and syntax of the generated code. This allows the generated output to match specific project conventions while providing a flexible system for mapping translation keys and converting local files, colors, and fonts into typed constants. The tool co
Parses data models to create classes for entities including attributes, relationships, and fetch requests.