A well-known project done right. Strong docs and solid engineering throughout.
zot - A scale-out production-ready vendor-neutral OCI-native container image/artifact registry (purely based on OCI Distribution Specification)
Documentation
62
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Contributing guide is detailed and thorough.
Licensed under Apache-2.0.
Engineering
100
Test files detected (cmd/zb/main_test.go).
CI is configured (.github/workflows/build.yaml).
Formatting enforced (.golangci.yaml).
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)
- 231Forks
- 118Releaseslatest 6y ago
Community
- 100% - GoodCommunity health
- 3 bus factorauthors own >50% of commits
- 2,394Watchers
Responsiveness
- 16d 20hMedian issue response
- 1hMedian PR merge time
- 75Open issues
Repository files32 root entries
- .githubGood: Licensed under Apache-2.0.Good: CI is configured (.github/workflows/build.yaml).Good: Dependabot covers 2 ecosystems (gomod, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- .zap
- buildGood: Environment pinned via build/Dockerfile.
- cmdGood: Test files detected (cmd/zb/main_test.go).
- demos
- docs
- errors
- examples
- pkg
- scripts
- swagger
- test
- .gitattributes
- .gitignoreGood: .gitignore present.
- .golangci.yamlGood: Formatting enforced (.golangci.yaml).
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- codecov.yml
- CODEOWNERS
- COMPARISON.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSE
- MAINTAINERS.md
- Makefile
- NOTICE
- README_fuzz.mdGood: README is present.Issue: README has some structure (−7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.
- README.md
- SECURITY.mdGood: Security policy present.
- THIRD-PARTY-LICENSES.md
- tools.go
- zot.go