modeligado
modeligado copied to clipboard
Convert text to UML
PR related to issue #36 changes occurences of the typo on word "unknown" at file parser.js
Some error messages at file parser.js print "unknow" instead of "unknown".
Create a new module that will extract metrics from a modeligado diagram. It should extract metrics such as: - number of classes - weighted methods per class - depth of...
See: - https://github.com/matheusgr/javaclone/blob/master/diagram.py - https://www.npmjs.com/package/java-parser
Implement a language toggle, and change user interface text elements (such as buttons). Don't translate error messages (yet).
We need a test framework for modeligado. We should have: - [ ] unit tests for all `State` and `Extractor` classes (`parser.js`) - [ ] system test of modeligado txt...
The npm package will have the basic modules of modeligado and the command tool described in https://github.com/matheusgr/modeligado/issues/17
Command line modeligado will parse a modeligado txt description and detect error. The tool will also: - generate the java export with the `--export-java` argument
The bar between textarea and the diagram should be draggable to allow the user to set the size of both panels.