Popularity
8.9
Declining
Activity
0.0
Stable
3,032
97
396

Code Quality Rank: L2
Programming language: Objective-C
License: MIT License
Tags: Core Data    
Latest version: v1.32

Mogenerator alternatives and similar libraries

Based on the "Core Data" category.
Alternatively, view Mogenerator alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Mogenerator or a related project?

Add another 'Core Data' Library

README

mogenerator

Visit the project's pretty homepage.

Here's mogenerator's elevator pitch:

mogenerator is a command-line tool that, given an .xcdatamodel file, will generate two classes per entity. The first class, _MyEntity, is intended solely for machine consumption and will be continuously overwritten to stay in sync with your data model. The second class, MyEntity, subclasses _MyEntity, won't ever be overwritten and is a great place to put your custom logic.

Want more detail? John Blanco has authored a detailed writeup about mogenerator.

Using mogenerator

Senseful wrote up a nice summary of mogenerator's command-line options.

Version History

v1.32: Wed Jan 30 2019 download

Further history is listed in the [Version History](Version-History.md) file.