Solid engineering. The main gap is visibility.
A React Native template for building solid applications ๐, using JavaScript ๐ or Typescript ๐ (you choose).
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.