-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Just found this project and would like to thank you for it! I always wondered about those stats, so I'm very happy to be able to see them more easily now.
While looking at the output though, I notice myself wanting a more compact view which would allow for comparing the per file downloads per release more easily.
Something along the lines of the below.
So my questions are:
- Are there more people interested in this ?
- If there are, would a pull request to add this as an alternative view be welcome ?
Proposed "compact view" layout
| Version | Published | Total downloads | File A | File B | File C |
|---|---|---|---|---|---|
| #.#.# | ####-##-## | ## | ## | ## | ## |
Example of what this would look like for PHP_CodeSniffer:
| Version | Published | Total downloads | phpcbf.phar |
phpcbf.phar.asc |
phpcs.phar |
phpcs.phar.asc |
|---|---|---|---|---|---|---|
| 3.10.3 | 2024-09-18 | 13,883 | 1,145 | 173 | 12,283 | 282 |
| 3.10.2 | 2024-07-22 | 102,340 | 7,506 | 525 | 93,031 | 1,278 |
| 3.10.1 | 2024-05-22 | 104,315 | 7,801 | 648 | 94,439 | 1,427 |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels