0
/ 100
A well-known project done right. Strong docs and solid engineering throughout.
Chat client for https://twitch.tv
Documentation
94
Contributing guide is detailed and thorough.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
85
CI is configured (.github/workflows/build-freebsd.yml).
Test files detected (lib/twitch-eventsub-ws/ast/lib/tests).
Linter or formatter configured (.prettierrc).
Lockfile present (lib/twitch-eventsub-ws/ast/requirements.txt). Installs are reproducible.
Issue or PR templates present.
Project health
100
Dependency manifest found (lib/twitch-eventsub-ws/ast/requirements.txt).
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)
- 593Forks
- 26Releaseslatest 3y ago
Community
- -Community health
- -authors own >50% of commits
- 2,503Watchers
Responsiveness
- 217d 19hMedian issue response
- <1hMedian PR merge time
- 332Open issues
Repository files39 root entries
- .CI
- .githubGood: CI is configured (.github/workflows/build-freebsd.yml).Good: Dependabot covers 2 ecosystems (github-actions, gitsubmodule). Dependencies stay current.Good: Issue or PR templates present.
- .patches
- .sanitizers
- benchmarks
- cmake
- docs
- libGood: Test files detected (lib/twitch-eventsub-ws/ast/lib/tests).Good: Lockfile present (lib/twitch-eventsub-ws/ast/requirements.txt). Installs are reproducible.Good: Dependency manifest found (lib/twitch-eventsub-ws/ast/requirements.txt).
- LICENSES
- mocks
- resources
- scripts
- src
- testsGood: Environment pinned via tests/docker-compose.yml.
- tools
- .clang-format
- .clang-tidy
- .codecov.yml
- .dockerignore
- .git-blame-ignore-revs
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .prettierignore
- .prettierrcGood: Linter or formatter configured (.prettierrc).
- BUILDING_ON_FREEBSD.md
- BUILDING_ON_LINUX.md
- BUILDING_ON_MAC.md
- BUILDING_ON_WINDOWS_WITH_VCPKG.md
- BUILDING_ON_WINDOWS.md
- CHANGELOG.md
- CMakeLists.txt
- conanfile.py
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Good: Contributing guide describes code style expectations.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under MIT.
- QtCreatorPackageManager.cmake
- 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
- vcpkg.json