Skip to content

Instantly share code, notes, and snippets.

@casualjim
Created March 4, 2016 14:30
Show Gist options
  • Save casualjim/049c589eb4d440c862fc to your computer and use it in GitHub Desktop.
Save casualjim/049c589eb4d440c862fc to your computer and use it in GitHub Desktop.
github releases download stats
curl -s https://api.github.com/repos/go-swagger/go-swagger/releases/latest | jq '.assets[]' | jq -r '"\(.name): \(.download_count)"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment