DEV Community

Cover image for npm dashboard - check stats on all of your npm packages at a glance
Joe Attardi
Joe Attardi

Posted on

npm dashboard - check stats on all of your npm packages at a glance

Like many others out there, I have several npm packages published. Periodically I like to check how they are doing with downloads, stars, etc.

I wanted to have a central place where I could just look at a glance at all my projects in one dashboard. I couldn't find anything like that so I created npm dashboard.

I'd love to hear feedback, what other information people think would be useful.

Please check it out at https://npm-dashboard.netlify.com.

Top comments (3)

Collapse
 
dance2die profile image
Sung M. Kim

It looks nice.

Would you have a plan to write about how it's implemented? (and is it open source by chance?)

Collapse
 
joeattardi profile image
Joe Attardi

It is open source! I forgot to mention that. You can look at the code here: github.com/joeattardi/npm-dashboard

Collapse
 
dance2die profile image
Sung M. Kim

Thanks, Joe~