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

https://github.com/spf13/cobra

cli cli-app cobra cobra-generator cobra-library command command-cobra command-line commandline go golang golang-application golang-library posix posix-compliant-flags subcommands

Score: 41.10157150555866

Last synced: about 17 hours ago
JSON representation

Repository metadata:

A Commander for modern Go CLI interactions


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: about 1 month ago

Total Commits: 976
Total Committers: 320
Avg Commits per committer: 3.05
Development Distribution Score (DDS): 0.884

Commits in past year: 42
Committers in past year: 23
Avg Commits per committer in past year: 1.826
Development Distribution Score (DDS) in past year: 0.905

Name Email Commits
Albert Nigmatzianov a****a@g****m 113
Steve Francia s****a@g****m 79
Eric Paris e****s@r****m 59
Marc Khouzam m****m@m****a 46
jharshman j****t@g****m 39
Unai Martinez-Corral 3****r 36
Anthony Fok f****a@d****g 36
dependabot[bot] 4****] 28
Haim Ashkenazi h****m@b****g 22
Ville Skyttä v****a@u****m 21
John McBride j****e@g****m 17
Austin Riendeau a****n@a****m 12
Bjørn Erik Pedersen b****n@g****m 11
Fabiano Franz f****z@r****m 11
Nir Soffer n****r@r****m 10
Daniel Nephin d****n@g****m 10
Paul Holzinger 4****9 10
Sebastiaan van Stijn t****h 7
Daniel Martí m****n@m****c 7
Juan Leni l****n@g****m 6
Dr. Stefan Schimanski s****i@g****m 6
Bruce Downs b****s@a****m 6
Nick Miyake n****e 6
Warren Fernandes w****s@g****m 5
Johanan Liebermann j****n@g****m 5
Allen Sun s****0@g****m 4
Brendan Burns b****s@g****m 4
Di Xu d****x 4
Eric Chen 5****n 4
Garth Kidd g****h@g****m 4
and 290 more...

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 258
Total pull requests: 293
Average time to close issues: 6 months
Average time to close pull requests: 5 months
Total issue authors: 234
Total pull request authors: 118
Average comments per issue: 3.48
Average comments per pull request: 3.63
Merged pull request: 133
Bot issues: 0
Bot pull requests: 33

Past year issues: 58
Past year pull requests: 106
Past year average time to close issues: 2 days
Past year average time to close pull requests: 7 days
Past year issue authors: 55
Past year pull request authors: 44
Past year average comments per issue: 0.84
Past year average comments per pull request: 1.84
Past year merged pull request: 48
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/spf13/cobra

Top Issue Authors

  • jpmcb (8)
  • OpenWaygate (3)
  • lknite (3)
  • switchupcb (3)
  • moshe5745 (2)
  • realtebo (2)
  • mdhender (2)
  • nirs (2)
  • guettli (2)
  • davidmichaelkarr (2)
  • swills (2)
  • marckhouzam (2)
  • jamietanna (2)
  • thediveo (2)
  • blacktop (2)

Top Pull Request Authors

  • dependabot[bot] (33)
  • marckhouzam (18)
  • nirs (14)
  • scop (14)
  • umarcor (10)
  • thaJeztah (9)
  • jpmcb (8)
  • ccoVeille (6)
  • JunNishimura (4)
  • albers (4)
  • fnickels (4)
  • Kirdock (4)
  • ericdachen (4)
  • pedromotita (4)
  • commit111 (3)

Top Issue Labels

  • area/flags-args (17)
  • kind/bug (14)
  • kind/feature (13)
  • kind/support (9)
  • area/cobra-command (8)
  • area/lib (8)
  • area/shell-completion (8)
  • triage/needs-info (7)
  • lifecycle/needs-pr (7)
  • kind/documentation (6)
  • lifecycle/stale (5)
  • good-first-issue (5)
  • lifecycle/frozen (5)
  • admin (5)
  • help-wanted (3)
  • kind/security (3)
  • lifecycle/needs-proposal (2)
  • lifecycle/rotten (2)
  • area/docs-generation (2)
  • triage/needs-triage (1)
  • kind/cleanup (1)

Top Pull Request Labels

  • area/github (45)
  • dependencies (33)
  • github_actions (30)
  • area/docs-generation (29)
  • kind/feature (18)
  • lgtm (16)
  • area/shell-completion (9)
  • area/cobra-command (8)
  • kind/documentation (7)
  • size/XS (6)
  • kind/cleanup (6)
  • size/M (6)
  • kind/testing (5)
  • area/flags-args (5)
  • kind/bug (5)
  • size/S (4)
  • go (4)
  • admin (3)
  • size/L (3)
  • lifecycle/frozen (3)
  • triage/needs-info (3)
  • area/go (2)
  • size/XL (2)
  • lifecycle/needs-review (2)
  • lifecycle/stale (1)
  • kind/deprecation (1)
  • help-wanted (1)
  • lifecycle/approved (1)
  • lifecycle/wont-do (1)
  • area/cli [deprecated] (1)

Package metadata

proxy.golang.org: github.com/spf13/cobra

Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.

  • Homepage: https://github.com/spf13/cobra
  • Documentation: https://pkg.go.dev/github.com/spf13/cobra#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.10.1 (published 5 days ago)
  • Last Synced: 2025-09-04T04:07:20.850Z (3 days ago)
  • Versions: 26
  • Dependent Packages: 50,282
  • Dependent Repositories: 109,476
  • Docker Downloads: 52,555,489,296
  • Rankings:
    • Dependent packages count: 0.002%
    • Docker downloads count: 0.006%
    • Dependent repos count: 0.008%
    • Average: 0.038%
    • Stargazers count: 0.041%
    • Forks count: 0.131%
proxy.golang.org: github.com/spf13/cobra/cobra

  • Homepage: https://github.com/spf13/cobra
  • Documentation: https://pkg.go.dev/github.com/spf13/cobra/cobra#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.3.0 (published almost 3 years ago)
  • Last Synced: 2025-09-05T01:30:39.109Z (2 days ago)
  • Versions: 15
  • Dependent Packages: 2
  • Dependent Repositories: 4
  • Rankings:
    • Stargazers count: 0.041%
    • Forks count: 0.133%
    • Average: 1.715%
    • Dependent repos count: 2.507%
    • Dependent packages count: 4.177%
proxy.golang.org: github.com/Spf13/cobra/cobra

  • Homepage: https://github.com/Spf13/cobra
  • Documentation: https://pkg.go.dev/github.com/Spf13/cobra/cobra#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v0.0.3 (published almost 3 years ago)
  • Last Synced: 2025-08-24T23:04:50.099Z (13 days ago)
  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.017%
    • Forks count: 0.057%
    • Average: 4.105%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/Spf13/cobra

Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.

  • Homepage: https://github.com/Spf13/cobra
  • Documentation: https://pkg.go.dev/github.com/Spf13/cobra#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.10.1 (published 5 days ago)
  • Last Synced: 2025-09-04T04:06:21.445Z (3 days ago)
  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.017%
    • Forks count: 0.057%
    • Average: 4.105%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/spf13/Cobra

Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.

  • Homepage: https://github.com/spf13/Cobra
  • Documentation: https://pkg.go.dev/github.com/spf13/Cobra#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.10.1 (published 5 days ago)
  • Last Synced: 2025-09-04T04:06:40.300Z (3 days ago)
  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.017%
    • Forks count: 0.057%
    • Average: 4.105%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/spF13/cobra

Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.

  • Homepage: https://github.com/spF13/cobra
  • Documentation: https://pkg.go.dev/github.com/spF13/cobra#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.10.1 (published 5 days ago)
  • Last Synced: 2025-09-04T04:07:04.966Z (3 days ago)
  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.017%
    • Forks count: 0.057%
    • Average: 4.105%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/spf13/cobrA

Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.

  • Homepage: https://github.com/spf13/cobrA
  • Documentation: https://pkg.go.dev/github.com/spf13/cobrA#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.10.1 (published 5 days ago)
  • Last Synced: 2025-09-04T04:08:09.577Z (3 days ago)
  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 0.017%
    • Forks count: 0.057%
    • Average: 4.105%
    • Dependent packages count: 6.999%
    • Dependent repos count: 9.346%
proxy.golang.org: github.com/spf13/COBRA

Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces. In addition to providing an interface, Cobra simultaneously provides a controller to organize your application code.

  • Homepage: https://github.com/spf13/COBRA
  • Documentation: https://pkg.go.dev/github.com/spf13/COBRA#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.10.1 (published 5 days ago)
  • Last Synced: 2025-09-04T04:06:26.754Z (3 days ago)
  • Versions: 26
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 6.999%
    • Average: 8.173%
    • Dependent repos count: 9.346%

Dependencies

go.mod go
  • github.com/cpuguy83/go-md2man/v2 v2.0.2
  • github.com/inconshreveable/mousetrap v1.0.0
  • github.com/spf13/pflag v1.0.5
  • gopkg.in/yaml.v2 v2.4.0
go.sum go
  • github.com/cpuguy83/go-md2man/v2 v2.0.2
  • github.com/inconshreveable/mousetrap v1.0.0
  • github.com/russross/blackfriday/v2 v2.1.0
  • github.com/spf13/pflag v1.0.5
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v2 v2.4.0
.github/workflows/labeler.yml actions
  • actions/labeler v4 composite
.github/workflows/size-labeler.yml actions
  • codelytv/pr-size-labeler v1.8.1 composite
.github/workflows/test.yml actions
  • actions/cache v3 composite
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
  • golangci/golangci-lint-action v3.7.0 composite
  • msys2/setup-msys2 v2 composite