v1.0.0 - First stable release
This is the very first stable release of jacalz/ghdstats
. Ghdstats is a simple, but very fast, tool to fetch download counts from GitHub releases. You just give it a user, or a user and repository, and it then fetches information about GitHub release assets and their download counts.
Usage
The general usage of the program works like this:
$ ghdstats [user] [repository, optional]
As an example, you can get all the data for jacalz/rymdport:
$ ghdstats jacalz rymdport
The same command can also be written as this:
$ ghdstats jacalz/rymdport
The tool can also fetch all downloads for a given user or organization:
$ ghdstats jacalz