0
/ 100
Getting some notice. Tests and CI would be the fastest wins.
A powerful IntelliJ IDEA plugin that brings first-class support for Project Jimmer
Documentation
72
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 Apache-2.0.
Engineering
37
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No Java/Kotlin linter configured.
→ Add Checkstyle or Spotless for Java formatting, or ktlint/Detekt for Kotlin. Run it via Maven/Gradle or as a CI step.
CI is configured (.github/workflows/deploy-document.yml).
Lockfile present (document/bun.lock). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (build.gradle.kts).
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)
- 5Forks
- 37Releaseslatest 1y ago
Community
- -Community health
- -authors own >50% of commits
- 54Watchers
Responsiveness
- 1hMedian issue response
- <1hMedian PR merge time
- 6Open issues
Repository files18 root entries
- .githubGood: CI is configured (.github/workflows/deploy-document.yml).Good: Issue or PR templates present.
- buildSrc
- common
- core
- documentGood: Lockfile present (document/bun.lock). Installs are reproducible.
- gradle
- gradle-tooling-extension
- since
- .gitignoreGood: .gitignore present.
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- changelog.md
- description.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSEGood: Licensed under Apache-2.0.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (−20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.
- settings.gradle.kts