-1

I am looking for any tool that can convert JavaScript file to Class Diagram.

Please help, Thanks.

Erma
  • 337
  • 1
  • 6
  • 14
  • 1
    exact duplicate of http://stackoverflow.com/q/943212/1048572. Please search before asking. – Bergi May 13 '15 at 06:10
  • I saw that already. It is for eclipse. It is been asked 5 years ago so. – Erma May 13 '15 at 06:18
  • Couldn't find anything other then [this](http://gaertner-network.de/jsuml/), but you need eclipse for it to work. But eclipse is free so.. – Maarten Peels May 13 '15 at 07:44

1 Answers1

1

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?

  1. Imports JavaScript that is written in the styles of JSDoc or YUI
  2. Creates a UML model of the parsed JavaScript code which can be viewed using the Eclipse UML2 model editor
  3. Creates UML diagrams that can be editing using the diagram editors from Eclipse's Papyrus project
  4. Generates documentation for the modeled API using provided templates or custom templates you design

What is next at JS/UML?

  1. Stub Generation - New templates to create javascript stubs from existing UML diagrams
  2. Services Generation - New templates to create services based on those from zoe-express
  3. Using JS/UML

You can download JS/UML here. Then please read the Install and Quick Start guides.

BlockChange
  • 345
  • 1
  • 2
  • 10
Maarten Peels
  • 1,002
  • 1
  • 13
  • 29