View NPM package downloads right on GitHub.
Follow the instructions below for Chrome/Chromium browsers (only browser supported at the moment).
NPM on GitHub is on the Chrome Web Store!
git clone https://github.com/uncenter/npm-on-github.git && cd npm-on-github
pnpm install
pnpm build
- Open the Extensions page by navigating to
chrome://extensions
. - Enable Developer Mode by flipping the toggle switch labeled Developer mode.
- Click the Load unpacked button and select the
dist
directory from the cloned repository. - Enjoy!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project was originally created by Ahmet Katrancı, called github-npm-stats (check it out!). I loved the idea and wanted to contribute to it, but it appears that the project is no longer maintained, and it was due for a rewrite with modern build tools and TypeScript. The original project was licensed under the MIT license - as is this project.