An open API service for producing an overview of a list of open source projects.

https://github.com/orirawlings/gh-biome

gh-extension

Score: -Infinity

Last synced: about 8 hours ago
JSON representation

Repository metadata:

Manage a local git repository with many disjoint commit graphs fetched from many independent remotes.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 168
Total Committers: 2
Avg Commits per committer: 84.0
Development Distribution Score (DDS): 0.494

Commits in past year: 44
Committers in past year: 2
Avg Commits per committer in past year: 22.0
Development Distribution Score (DDS) in past year: 0.068

Name Email Commits
Ori Rawlings o****s@g****m 85
renovate[bot] 2****] 83

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 1
Total pull requests: 56
Average time to close issues: N/A
Average time to close pull requests: 1 day
Total issue authors: 1
Total pull request authors: 1
Average comments per issue: 0.0
Average comments per pull request: 0.32
Merged pull request: 48
Bot issues: 1
Bot pull requests: 56

Past year issues: 0
Past year pull requests: 19
Past year average time to close issues: N/A
Past year average time to close pull requests: 3 days
Past year issue authors: 0
Past year pull request authors: 1
Past year average comments per issue: 0
Past year average comments per pull request: 0.32
Past year merged pull request: 18
Past year bot issues: 0
Past year bot pull requests: 19

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/orirawlings/gh-biome

Top Issue Authors

  • renovate[bot] (1)

Top Pull Request Authors

  • renovate[bot] (56)

Top Issue Labels

Top Pull Request Labels


Package metadata

proxy.golang.org: github.com/orirawlings/gh-biome

  • Homepage: https://github.com/orirawlings/gh-biome
  • Documentation: https://pkg.go.dev/github.com/orirawlings/gh-biome#section-documentation
  • Licenses:
  • Latest release: v0.9.0 (published about 1 year ago)
  • Last Synced: 2026-08-18T15:34:31.501Z (1 day ago)
  • Versions: 15
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 4.451%
    • Average: 4.6%
    • Dependent repos count: 4.75%

Dependencies

go.sum go
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/cespare/xxhash/v2 v2.3.0
  • github.com/cli/go-gh/v2 v2.13.0
  • github.com/cli/safeexec v1.0.1
  • github.com/cli/shurcooL-graphql v0.0.4
  • github.com/cpuguy83/go-md2man/v2 v2.0.6
  • github.com/davecgh/go-spew v1.1.1
  • github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
  • github.com/go-git/go-git/v5 v5.19.2
  • github.com/go-logr/logr v1.4.3
  • github.com/go-logr/stdr v1.2.2
  • github.com/golang/protobuf v1.5.4
  • github.com/google/go-cmp v0.7.0
  • github.com/google/uuid v1.6.0
  • github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
  • github.com/henvic/httpretty v0.0.6
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/kr/pretty v0.3.1
  • github.com/kr/text v0.2.0
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-isatty v0.0.20
  • github.com/muesli/termenv v0.16.0
  • github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32
  • github.com/pkg/errors v0.9.1
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/rivo/uniseg v0.4.7
  • github.com/rogpeppe/go-internal v1.14.1
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/spf13/cobra v1.10.2
  • github.com/spf13/pflag v1.0.9
  • github.com/spf13/pflag v1.0.10
  • github.com/stretchr/testify v1.11.1
  • github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e
  • go.opentelemetry.io/auto/sdk v1.2.1
  • go.opentelemetry.io/otel v1.44.0
  • go.opentelemetry.io/otel/metric v1.44.0
  • go.opentelemetry.io/otel/sdk v1.44.0
  • go.opentelemetry.io/otel/sdk/metric v1.44.0
  • go.opentelemetry.io/otel/trace v1.44.0
  • go.yaml.in/yaml/v3 v3.0.4
  • golang.org/x/net v0.56.0
  • golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e
  • golang.org/x/sys v0.6.0
  • golang.org/x/sys v0.46.0
  • golang.org/x/term v0.44.0
  • golang.org/x/text v0.39.0
  • gonum.org/v1/gonum v0.17.0
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa
  • google.golang.org/grpc v1.83.0
  • google.golang.org/protobuf v1.36.11
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
  • gopkg.in/h2non/gock.v1 v1.1.2
  • gopkg.in/warnings.v0 v0.1.2
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/release.yml actions
  • actions/checkout v7 composite
  • cli/gh-extension-precompile v2 composite
.github/workflows/go.yml actions
  • actions/checkout v7 composite
  • actions/setup-go v7 composite
go.mod go
  • github.com/aymanbagabas/go-osc52/v2 v2.0.1
  • github.com/cli/go-gh/v2 v2.13.0
  • github.com/cli/safeexec v1.0.1
  • github.com/cli/shurcooL-graphql v0.0.4
  • github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
  • github.com/go-git/go-git/v5 v5.19.2
  • github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542
  • github.com/henvic/httpretty v0.0.6
  • github.com/inconshreveable/mousetrap v1.1.0
  • github.com/lucasb-eyer/go-colorful v1.2.0
  • github.com/mattn/go-isatty v0.0.20
  • github.com/muesli/termenv v0.16.0
  • github.com/rivo/uniseg v0.4.7
  • github.com/spf13/cobra v1.10.2
  • github.com/spf13/pflag v1.0.10
  • github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e
  • golang.org/x/net v0.56.0
  • golang.org/x/sys v0.46.0
  • golang.org/x/term v0.44.0
  • golang.org/x/text v0.39.0
  • google.golang.org/genproto/googleapis/rpc v0.0.0-20260526163538-3dc84a4a5aaa
  • google.golang.org/grpc v1.83.0
  • google.golang.org/protobuf v1.36.11
  • gopkg.in/h2non/gock.v1 v1.1.2
  • gopkg.in/warnings.v0 v0.1.2
  • gopkg.in/yaml.v3 v3.0.1