Polished and well engineered. Punching above its star count.
🖥 Go CLI application, tool library, running CLI commands, support console color, user interaction, progress display, data formatting display, generate bash/zsh completion add more features. Go的命令行应用,工具库,运行CLI命令,支持命令行色彩,用户交互,进度显示,数据格式化显示,生成bash/zsh命令补全脚本
Documentation
82
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
96
CI is configured (.github/workflows/go.yml).
Test files detected (_examples/sflag/parser_test.go).
Formatting enforced (gofmt (built into Go toolchain)).
Lockfile present (go.sum). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 40Forks
- 38Releaseslatest 6y ago
Community
- —Community health
- —authors own >50% of commits
- 376Watchers
Responsiveness
- 3hMedian issue response
- 3hMedian PR merge time
- 0Open issues
Repository files38 root entries
- _examplesGood: Test files detected (_examples/sflag/parser_test.go).
- .githubGood: CI is configured (.github/workflows/go.yml).Good: Dependabot covers 2 ecosystems (gomod, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- builtin
- docgen
- docs
- gevent
- gflag
- internal
- resourceGood: Environment pinned via resource/Dockerfile.
- .gitignoreGood: .gitignore present.
- AGENTS.md
- app_opts_test.go
- app_test.go
- app.go
- base_test.go
- base.go
- CHANGELOG.md
- CLAUDE.md
- cmd_test.go
- cmd.go
- completion_test.go
- completion.go
- ext_test.go
- ext.go
- gcli_test.go
- gcli.go
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- help.go
- index.html
- internal_test.go
- LICENSEGood: Licensed under MIT.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- README.zh-CN.md
- reorder_app_test.go
- shared_opts_test.go
- util_test.go
- util.go