Esri / esri-leaflet

A lightweight set of tools for working with ArcGIS services in Leaflet. :rocket:
https://developers.arcgis.com/esri-leaflet/
Apache License 2.0
1.61k stars 799 forks source link

Provide visualization of modules in documentation #1236

Open gavinr opened 4 years ago

gavinr commented 4 years ago

Tinkering around with rollup-plugin-visualizer, it's pretty easy to embed this into our rollup build, and Jacob and I were noticing how useful it is to get a sense of the overall project structure and layout:

image

We were thinking about if it might be useful to set this up as a build output and have it embedded in the documentation (README or wiki) to help new contributors understand esri-leaflet more easily? Looking for comments/thoughts. Thanks!

jwasilgeo commented 2 years ago

https://next.github.com/projects/repo-visualization

If we want to semi-automate it: https://next.github.com/projects/repo-visualization#integrate-into-your-own-projects

Direct link to play around now: https://octo-repo-visualization.vercel.app/?repo=esri%2Fesri-leaflet (and be sure to exclude the spec/ path for a bit more fun 😉)

image