https://github.com/axodotdev/numbers-guy
https://github.com/axodotdev/numbers-guy
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/axodotdev/numbers-guy
- Owner: axodotdev
- License: apache-2.0
- Created: 2024-08-11T17:35:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T00:26:37.000Z (almost 2 years ago)
- Last Synced: 2025-12-13T09:53:08.166Z (8 months ago)
- Language: Rust
- Size: 108 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

# numbers guy
> 📈 a little CLI for fetching release and release asset data from GitHub
## Usage
```sh
Usage: numbers-guy [OPTIONS]
Options:
--projects A comma-separated list of projects in repo-slug format: `owner/repo`
-h, --help Print help
```
For example, to get cargo-dist's and number-guy's download numbers you can run:
```sh
numbers-guy --projects axodotdev/cargo-dist,axodotdev/numbers-guy
```