Popular for its size, but the engineering basics lag behind the interest.
๐ป Self-host and showcase your DRM-free games collection
Documentation
71
README documents how to install the project.
CONTRIBUTING guide found.
README is present.
Licensed under AGPL-3.0.
Engineering
49
No issue or PR templates found (โ100 pts).
โ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Go module found but no *_test.go files detected.
โ Add *_test.go files alongside your packages and run `go test ./...`.
CI is configured (.github/workflows/docker.yml).
Lockfile present (go.sum). Installs are reproducible.
Formatting enforced (gofmt (built into Go toolchain)).
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)
- 2Forks
- 30Releaseslatest 11mo ago
Community
- โCommunity health
- โauthors own >50% of commits
- 205Watchers
Responsiveness
- 16hMedian issue response
- 3hMedian PR merge time
- 33Open issues
Repository files16 root entries
- .githubGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (โ28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.Good: CI is configured (.github/workflows/docker.yml).Good: Dependabot configured for gomod.
- cli
- clo_delegates
- github_images
- perm
- rest
- .gitignoreGood: .gitignore present.
- cli-commands.txt
- cli-help.txt
- directories-example.txt
- DockerfileGood: Environment pinned via Dockerfile.
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under AGPL-3.0.
- main.go
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.Issue: No status badges in the README (โ10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.Good: README documents how to install the project.Issue: No run or usage instructions found (โ45 pts).Fix: Add a section showing how to start or use the project.