Skip to content

Commit

Permalink
chore: update docs (#9)
Browse files Browse the repository at this point in the history
* chore: update Cargo.toml

* docs: update

* chore: update version
  • Loading branch information
hirokisan authored Nov 20, 2024
1 parent 7927feb commit 63b2265
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
[package]
name = "gh-lens"
authors = ["hirokisan <[email protected]>"]
description = "CLI to analyze your activity on GitHub"
version = "0.0.8"
version = "0.0.9"
edition = "2021"
license = "MIT"
keywords = ["github", "cli", "analysis", "gh-lens"]
categories = ["command-line-utilities"]
homepage = "https://github.com/hirokisan/gh-lens"
repository = "https://github.com/hirokisan/gh-lens"
readme = "README.md"
rust-version = "1.79.0"

[[bin]]
name = "gh-lens"

[dependencies]
anyhow = "1.0.93"
Expand Down
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@ $ gh-lens prs --repo hirokisan/gh-lens --start-date 2024-11-12 --end-date 2024-1
"start_date": "2024-11-12",
"end_date": "2024-11-18",
"prs_count": 1,
"comments_count": {
"sum": 0,
"average": 0.0
},
"commits_count": {
"sum": 2,
"average": 2.0
},
"changed_files_count": {
"sum": 13,
"average": 13.0
},
"time_to_first_contacted": {
"average": 0.0
},
"time_to_approved": {
"average": 0.0
},
"time_to_merged": {
"average": 260219.0
},
"prs_summaries": [
{
"url": "https://github.com/hirokisan/gh-lens/pull/1",
Expand Down

0 comments on commit 63b2265

Please sign in to comment.