Rough and inactive. Tests, CI, and a fuller README would revive it.
๐ Create jobs on a time-based schedule on Docker Swarm
Documentation
63
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
62
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/build.yml).
Lockfile present (go.sum). Installs are reproducible.
Formatting enforced (.editorconfig).
Issue or PR templates present.
Project health
64
No pushes in over 2 years. Looks unmaintained (โ95 pts).
โ A recent commit signals the project is alive and worth using.
Repository has a description.
Dependency manifest found (go.mod).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 0Forks
- 0Releases
Community
- โCommunity health
- โauthors own >50% of commits
- 0Watchers
Responsiveness
- โMedian issue response
- โMedian PR merge time
- 0Open issues
Repository files15 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).Good: Dependabot configured for gomod.Good: Issue or PR templates present.
- .res
- cmd
- doc
- internal
- .dockerignore
- .editorconfigGood: Formatting enforced (.editorconfig).
- .gitignoreGood: .gitignore present.
- .goreleaser.yml
- CHANGELOG.md
- DockerfileGood: Environment pinned via Dockerfile.
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- 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.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.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.