Question

I am looking for a tool that can generate class diagram from JavaScript code. Similar to the ones for C++ and Java. Is there any?

Was it helpful?

OTHER TIPS

If you are using node.js, i made a module that generate a class diagram for javascript/node/html/css. Its called wavi. For javascript, function and variable are recognized.

https://www.npmjs.org/package/wavi

Diagram generated by wavi

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top