Polished and well engineered. Punching above its star count.
gRPC Federation generates a gRPC server by writing a custom option in Protocol Buffers
Documentation
80
Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).
→ Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
98
Lockfile present (go.sum). Installs are reproducible.
Test files detected (_examples/01_minimum/main_test.go).
CI is configured (.github/workflows/lint.yml).
Formatting enforced (.golangci.yml).
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)
- 25Forks
- 139Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 381Watchers
Responsiveness
- 9d 16hMedian issue response
- 1hMedian PR merge time
- 12Open issues
Repository files31 root entries
- _examplesGood: Test files detected (_examples/01_minimum/main_test.go).
- .githubGood: CI is configured (.github/workflows/lint.yml).Good: Issue or PR templates present.
- .vscode
- cmd
- compiler
- demoGood: Environment pinned via demo/compose.yaml.
- docs
- generator
- grpc
- images
- internal
- lsp
- proto
- proto_deps
- resolver
- source
- testdata
- types
- util
- validator
- .gitignoreGood: .gitignore present.
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- .goreleaser.yaml
- .octocov.yml
- buf.gen.yaml
- buf.work.yaml
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- LICENSEGood: Licensed under MIT.
- Makefile
- 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.Good: README documents how to run the project.