SolidOS / solid-ui

User Interface widgets and utilities for Solid
https://solidos.github.io/solid-ui/dist/solid-ui.js
MIT License
148 stars 41 forks source link

Add dot-generated SVG diagram of module dependencies - WIP #377

Closed timbl closed 2 years ago

timbl commented 3 years ago

This branch has an independent subdirectory where the various operations to grab dependencies and plot them happen. the code worked by looking at lines with require r import but may need updating to recognize newer forms of import.

angelo-v commented 3 years ago

We should try existing tools like depcruiser, which work quite fine in my experience. The diagram generation can then be part of the build and visualizations can be deployed to gh-pages