Good shape overall. A few tweaks would push it into the top tier.
A comprehensive, but not exhaustive, translation of ReactJS 17.x into Luau. This is a read-only mirror.
Documentation
84
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 documents how to install the project.
README is present.
Licensed under MIT.
Engineering
60
No CI configuration detected in this repository.
→ If your CI lives elsewhere (a private repo that builds this one) or this project is itself a CI/CD tool, mark this check Not Applicable. Otherwise add a GitHub Actions workflow that runs tests on each push. It takes 15 minutes and reassures contributors their changes won't break things.
Lockfile present (docs/requirements.txt). Installs are reproducible.
Test files detected (WorkspaceStatic/jest/matchers/__tests__).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
100
Dependency manifest found (docs/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)
- 40Forks
- 1Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 524Watchers
Responsiveness
- 28d 11hMedian issue response
- —Median PR merge time
- 13Open issues
Repository files23 root entries
- .githubGood: Issue or PR templates present.
- assets
- bin
- docsGood: Lockfile present (docs/requirements.txt). Installs are reproducible.Good: Dependency manifest found (docs/requirements.txt).
- modules
- Packages
- WorkspaceStaticGood: Test files detected (WorkspaceStatic/jest/matchers/__tests__).
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .styluaignore
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- codecov.yml
- default.project.json
- foreman.toml
- js-to-lua.config.js
- LICENSEGood: Licensed under MIT.
- mkdocs.yml
- 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.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.
- rotriever.toml
- selene.toml
- stylua.toml
- tests.project.json