Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript code to Class Diagram [closed]

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?


1 Answers

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

like image 191
Bakunin95 Avatar answered Sep 15 '25 15:09

Bakunin95