rentzsch/mogenerator
Core Data code generation observed · 2026-08-28
Health v2 · maintenance only
35/100
- Activity 28
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6377
- days_rel: n/a
- days_push: 432
- n_releases_24m: 0
Adoption not part of the score
3016 stars · 385 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
mogenerator is a command-line tool that generates Objective-C and Swift class files from Core Data .xcdatamodel files. It creates two classes per entity: a machine-managed base class kept in sync with the model and a human-editable subclass for custom logic.
Use cases
- generate Core Data model classes from an xcdatamodel file
- avoid hand-editing generated Core Data subclasses
- keep Core Data entity classes in sync with data model changes
- add custom logic to Core Data entities without losing generated code
- generate Swift and Objective-C classes for Core Data entities
When to choose
- you use Core Data in an Xcode project and want safe, regenerable entity classes
- you want a two-class pattern separating generated code from custom logic
- you want to automate model-to-code generation in your build process
When to avoid
- you don't use Core Data or .xcdatamodel files
- you use Swift-only alternatives like code generation built into Xcode
- you need a GUI tool rather than a command-line utility
Facets
cli-tool · maturity maintenance
developer-tools cli developer-tools apple-ecosystem cli core-data objective-c swift xcdatamodel code-generation mac-apps macos
1 source
- readme: https://github.com/rentzsch/mogenerator · fetched 2026-08-28 · 11da20159731
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rentzsch/mogenerator | main | 35 |
For agents
markdown · JSON · MCP: product_card(name="rentzsch/mogenerator")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem