Web project structure mapper | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

19th Jan 2017, 7:56 PM
Valery Wayfarer
Valery Wayfarer - avatar
1 Answer
+ 1
You could build a javaScript function that pulls the html tags from the document and displays them in a section of the page.
21st Jan 2017, 5:08 AM
Kevin Gilkey-Graham
Kevin Gilkey-Graham - avatar