0
/ 100
Strong setup for a brand-new repo. Docs and CI already in good shape.
Athens Rail Times
Documentation
94
CONTRIBUTING guide found.
README documents how to install the project.
README is present.
Licensed under Other.
Engineering
62
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/pages.yml).
Lockfile present (ops/syrmos-api/requirements.txt). Installs are reproducible.
Test files detected (core/common/src/commonTest/kotlin/com/syrmos/core/common/DateTimeExtensionsTest.kt).
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)
- 0Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 8Watchers
Responsiveness
- -Median issue response
- 1hMedian PR merge time
- 0Open issues
Repository files23 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: Code of conduct present.Good: CI is configured (.github/workflows/pages.yml).Good: Issue or PR templates present.Good: Security policy present.
- androidApp
- assets
- build-logic
- composeApp
- coreGood: Test files detected (core/common/src/commonTest/kotlin/com/syrmos/core/common/DateTimeExtensionsTest.kt).
- docs
- feature
- gradle
- iosApp
- opsGood: Lockfile present (ops/syrmos-api/requirements.txt). Installs are reproducible.
- output
- scripts
- .gitignoreGood: .gitignore present.
- build.gradle.ktsGood: Dependency manifest found (build.gradle.kts).
- CHANGELOG.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSEGood: Licensed under Other.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.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.
- REUSE.toml
- settings.gradle.kts