Skip to content

Commit

Permalink
release: 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Aug 12, 2024
1 parent 3b4fce1 commit b82fe0f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## Version 0.1.0 (2024-08-12)

Initial release!
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# numbers guy
> 📈 a little CLI for fetching release and release asset data from GitHub

## Usage

```sh
Expand All @@ -15,3 +14,9 @@ Options:
--projects <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
```

0 comments on commit b82fe0f

Please sign in to comment.