sdiemert / StarUMLJS

JavaScript code generation plugin for StarUML diagramming tool.
MIT License
57 stars 20 forks source link

Added ember and mongoose CodeGenerators #6

Closed temecom closed 9 years ago

temecom commented 9 years ago

I needed a way to synchronize my ember and mongoose models, which contain the same information but are defined differently. To do this I created:

MongooseCodeGenerator EmberDSCodeGenerator

They were easy to hook in with slight modifications to:

There is some cleanup to do but it works nicely with simple classes, relationships, multiplicity > 0.

Chris