uncenter / npm-on-github

📈 A Chrome extension to view NPM package downloads right on GitHub.
https://chrome.google.com/webstore/detail/npm-on-github/ldpbompbnpjmnfabebpbjohomchefogk
MIT License
5 stars 0 forks source link

Monorepo support #9

Open uncenter opened 9 months ago

uncenter commented 9 months ago

I'll have to somehow find all of the package.json files in the repository, and show multiple graphs in the popup... Maybe add all the downloads together for the display number.

Implementation thoughts: