0
/ 100
Solid engineering. The main gap is visibility.
A React Native template for building solid applications ๐, using JavaScript ๐ or Typescript ๐ (you choose).
Top fixes
Highest-impact changes first, ranked by point weight
- 1Tests18pt
Set scripts.test in package.json to your actual test command, e.g. "vitest" or "jest".
- 2Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 3Reproducibility6pt
Add a Dockerfile, .nvmrc, or .python-version to pin the runtime version and make the environment reproducible.
- 4Reproducibility6pt
Add .github/dependabot.yml with at least one package-ecosystem entry so dependencies are updated automatically.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
82
No CONTRIBUTING.md found (โ47 pts base + up to โ53 pts more for content).
โ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
72
Test files detected (template/jest.config.js).
Lockfile present (yarn.lock). Installs are reproducible.
CI is configured (.github/workflows/boilerplate-checks.yml).
Linter or formatter configured (documentation/.eslintrc.js).
Issue or PR templates present.
Project health
64
Last pushed 6-12 months ago (โ60 pts).
โ A recent commit signals the project is still maintained.
Repository has a description.
.gitignore present.
Dependency manifest found (package.json).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 0Forks
- 0Releases
Community
- -Community health
- -authors own >50% of commits
- 0Watchers
Responsiveness
- -Median issue response
- -Median PR merge time
- 0Open issues
Repository files15 root entries
- .githubGood: CI is configured (.github/workflows/boilerplate-checks.yml).Good: Issue or PR templates present.
- .yarn
- documentationGood: Linter or formatter configured (documentation/.eslintrc.js).
- templateGood: Test files detected (template/jest.config.js).Issue: Build artifacts or local files may be committed (template/.env) (โ40 pts).Fix: Remove them and add to .gitignore.
- .gitignoreGood: .gitignore present.
- .npmignore
- .yarnrc.yml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- LICENSEGood: Licensed under MIT.
- package.jsonGood: Dependency manifest found (package.json).
- post-init.script.js
- 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.
- SECURITY.mdGood: Security policy present.
- template.config.js
- yarn.lockGood: Lockfile present (yarn.lock). Installs are reproducible.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/masrafi115/react-native-boilerplate)