Skip to content
Kirill Osenkov edited this page Nov 27, 2023 · 5 revisions

http://www.somsubhra.com/github-release-stats/?username=KirillOsenkov&repository=MSBuildStructuredLog

https://api.github.com/repos/KirillOsenkov/MSBuildStructuredLog/releases

cat releases.json | jq '.[] | .assets[] | select((.name | endswith(".nupkg")) or (.name | contains("RELEASES"))) | { name: .name, download_count: .download_count, created_at: .created_at }'