StarUMLJS
StarUMLJS copied to clipboard
JavaScript code generation plugin for StarUML diagramming tool.
Hi, and thanks for you work, Just wanted to know why there is no StarUML v3 version of this Wonderfull generator ? You it be a lot of work to...
Always keep getting "selected element is not instance of UMLPackage". (even when it's explicitly a UMLPackage)
hi there did anybody thinking of make a extjs generator ? if no, i will work on it and then , i will push my code when i 'll have...
Could you please add option to generate es6/es2015 code Thank you in advance
When importing another class dependency, must proceed the `require(...)` statement with the class name. Currently generates: `var RouteController = require('./RouteController');` would like : `var RouteController = require('./RouteController').RouteController;`
If a file exists with the same path and name the generator should ask whether we want to overwrite files. The should also be a configuration option.
The functional class pattern must create the `proc` object before it creates its super class.
Constructors need to be generated for both the functional and prototype class patterns.