| Crates.io | github-user-cli |
| lib.rs | github-user-cli |
| version | 0.1.0 |
| created_at | 2021-01-08 12:44:43.633664+00 |
| updated_at | 2021-01-08 12:44:43.633664+00 |
| description | find a github user's top repositories |
| homepage | |
| repository | https://github.com/cobbinma/github-user-cli |
| max_upload_size | |
| id | 334305 |
| size | 77,311 |
Given a GitHub username the program will find 10 of that users repositories ranked by stars
For each repository displayed, the following fields are shown:
Results are cached; clear the cache with -cc
Output can be saved in both JSON -j and YAML -y formats.
Output will be pretty printed to terminal if no formats are specified
A GitHub token can be given to increase available request rate with -t
Run program with cargo run -- -u cobbinma
Use cargo run -- -help to see more information