0
Web project structure mapper
hi guys! Is there a tool or plug-in that can draw a map of a Web project (html+css+js+php)? for example, index.php contains a few tpl, a few Inc files and a css file I would like to see the references on a drawing, without having to dig in the code. it would be great to have a tool that can read the code, enumerate all linked files and dependencies and output everything into a drawing.
1 Réponse
+ 1
You could build a javaScript function that pulls the html tags from the document and displays them in a section of the page.