UpliftGames / wally

Wally is a modern package manager for Roblox projects inspired by Cargo
https://wally.run
Mozilla Public License 2.0
317 stars 102 forks source link

Add package dependents info #145

Open magnalite opened 1 year ago

magnalite commented 1 year ago

This creates a graph of packages and their dependents to display as extra info to users as well as a naive popularity metric.

magnalite commented 1 year ago

Note to self, analytics fetching should be decoupled from the rest of rendering to not delay initial page load times. They should always enrich the page with extra details rather than block.