From 63b226510cbbec655a3d2c298ba5a40097e3d6f6 Mon Sep 17 00:00:00 2001 From: hirokisan Date: Wed, 20 Nov 2024 21:27:37 +0900 Subject: [PATCH] chore: update docs (#9) * chore: update Cargo.toml * docs: update * chore: update version --- Cargo.lock | 2 +- Cargo.toml | 12 +++++++++++- README.md | 21 +++++++++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a945b19..4ba4f24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ dependencies = [ [[package]] name = "gh-lens" -version = "0.0.8" +version = "0.0.9" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a2df036..92dde8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,19 @@ [package] name = "gh-lens" +authors = ["hirokisan "] 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" diff --git a/README.md b/README.md index 43bddf7..424e8fc 100644 --- a/README.md +++ b/README.md @@ -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",