Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uncenter/npm-on-github
π A Chrome extension to view NPM package downloads right on GitHub.
https://github.com/uncenter/npm-on-github
chrome-extension extension github npm
Last synced: 11 days ago
JSON representation
π A Chrome extension to view NPM package downloads right on GitHub.
- Host: GitHub
- URL: https://github.com/uncenter/npm-on-github
- Owner: uncenter
- License: mit
- Created: 2023-05-04T23:34:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-05T20:30:40.000Z (6 months ago)
- Last Synced: 2024-10-13T14:13:39.941Z (26 days ago)
- Topics: chrome-extension, extension, github, npm
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/npm-on-github/ldpbompbnpjmnfabebpbjohomchefogk
- Size: 1.51 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
NPM on GitHub
View NPM package downloads right on GitHub.
![A screenshot of the injected NPM package download button and chart.](/docs/images/chart.png)
## Installation
Follow the instructions below for Chrome/Chromium browsers (only browser supported at the moment).
### Chrome Web Store
[NPM on GitHub is on the Chrome Web Store!](https://chrome.google.com/webstore/detail/npm-on-github/ldpbompbnpjmnfabebpbjohomchefogk)
### Manually
```bash
git clone https://github.com/uncenter/npm-on-github.git && cd npm-on-github
pnpm install
pnpm build
```1. Open the Extensions page by navigating to `chrome://extensions`.
2. Enable Developer Mode by flipping the toggle switch labeled **Developer mode**.
3. Click the **Load unpacked** button and select the `dist` directory from the cloned repository.
4. Enjoy!## Contributing
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.
## Acknowledgment
This project was originally created by [Ahmet KatrancΔ±](https://github.com/katranci), called [github-npm-stats](https://github.com/katranci/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](https://choosealicense.com/licenses/mit/) license - as is this project.
## License
[MIT](LICENSE)