I am looking for any tool that can convert JavaScript file to Class Diagram.
Please help, Thanks.
I am looking for any tool that can convert JavaScript file to Class Diagram.
Please help, Thanks.
You can try jsuml:
JS/UML is a plugin for the Eclipse IDE that creates UML models and diagrams from JavaScript code.
What does JS/UML do?
- Imports JavaScript that is written in the styles of JSDoc or YUI
- Creates a UML model of the parsed JavaScript code which can be viewed using the Eclipse UML2 model editor
- Creates UML diagrams that can be editing using the diagram editors from Eclipse's Papyrus project
- Generates documentation for the modeled API using provided templates or custom templates you design
What is next at JS/UML?
- Stub Generation - New templates to create javascript stubs from existing UML diagrams
- Services Generation - New templates to create services based on those from zoe-express
- Using JS/UML
You can download JS/UML here. Then please read the Install and Quick Start guides.