0
/ 100
Solid foundation. Invest in docs and CI to grow from here.
๐ A schema for mutation testing results with the web components to visualise it ๐
Documentation
86
README is present.
Contributing guide is detailed and thorough.
README documents how to install the project.
Licensed under Apache-2.0.
Engineering
49
No issue or PR templates found (โ100 pts).
โ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.
Test files detected (packages/elements/test).
CI is configured (.github/workflows/ci.yml).
Lockfile present (pnpm-lock.yaml). Installs are reproducible.
Linter or formatter configured (.editorconfig).
Project health
97
Dependency manifest found (package.json).
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)
- 21Forks
- 51Releaseslatest 5y ago
Community
- -Community health
- -authors own >50% of commits
- 27Watchers
Responsiveness
- 3hMedian issue response
- 1d 15hMedian PR merge time
- 46Open issues
Repository files26 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot configured for github-actions.
- .vscode
- docs
- integrations
- packagesGood: Test files detected (packages/elements/test).
- tasks
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .prettierignore
- .prettierrc
- .scala-steward.conf
- CHANGELOG.md
- 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.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (โ5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- lerna.json
- LICENSEGood: Licensed under Apache-2.0.
- nx.json
- package.jsonGood: Dependency manifest found (package.json).
- pnpm-lock.yamlGood: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
- pnpm-workspace.yaml
- README.mdGood: README is present.Issue: README has some structure (โ7 pts). 2-3 headings earns partial credit; 4+ earns the full +15 pts.Fix: Add more sections (Overview, Install, Usage, Contributing) using ## headings.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.
- stryker.parent.json
- tsconfig.json
- tsconfig.node.json
- tsconfig.settings.json
- workspace.code-workspace