https://github.com/predatorray/krew-index-tracker
Tracks the download stats of Krew plugins.
https://github.com/predatorray/krew-index-tracker
krew krew-index kubernetes statistics
Last synced: 4 months ago
JSON representation
Tracks the download stats of Krew plugins.
- Host: GitHub
- URL: https://github.com/predatorray/krew-index-tracker
- Owner: predatorray
- License: mit
- Created: 2024-12-03T06:01:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-27T02:14:06.000Z (4 months ago)
- Last Synced: 2026-02-27T09:41:51.310Z (4 months ago)
- Topics: krew, krew-index, kubernetes, statistics
- Language: TypeScript
- Homepage: https://predatorray.github.io/krew-index-tracker/
- Size: 38.1 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Krew Index Tracker][1]
[][2]
[][3]
Krew Index Tracker is a tool that monitors and tracks the download statistics of Krew plugins.
It is [available on GitHub Pages][1].
## How it works
1. [A GitHub workflow][4] is triggered at 00:00 UTC every day.
2. It lists all the available plugins from Krew and fetches the download count of each of them using GitHub Release API.
3. Then, it generates JSON files containing the download stats and creates an auto-approved pull request.
4. Finally, after all the required checks pass and pull request is auto-merged, [another GitHub Workflow][5] publishes it to GitHub Pages.
## Screenshot

## Support & Bug Report
If you find any bugs or have suggestions, please feel free to [open an issue][6].
## License
This project is licensed under the [MIT License][2].
[1]: https://predatorray.github.io/krew-index-tracker/
[2]: https://github.com/predatorray/krew-index-tracker/blob/main/LICENSE
[3]: https://github.com/predatorray/krew-index-tracker/actions/workflows/ci.yml
[4]: https://github.com/predatorray/krew-index-tracker/actions/workflows/fetch-download-stats.yml
[5]: https://github.com/predatorray/krew-index-tracker/actions/workflows/deploy.yml
[6]: https://github.com/predatorray/krew-index-tracker/issues/new