Some interest. A stronger README and CI would help.
โก๏ธ๐ก Vite plugin for Nunjucks, transforms njk templates into HTML
Documentation
55
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.
No install instructions found in the README (โ45 pts).
โ Add a section showing how to install dependencies.
README is present.
Licensed under MIT.
Engineering
10
No tests detected anywhere in the repository.
โ Add automated tests. They prove the code works and give contributors confidence to make changes.
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.
No dependency lockfile found (โ70 pts).
โ Commit package-lock.json, pnpm-lock.yaml, yarn.lock, or bun.lock so Node installs are repeatable.
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.
Linter or formatter configured (eslint.config.js).
Project health
84
Last pushed 3-6 months ago (โ40 pts). A push within 90 days earns 80 pts; within 30 days earns 100 pts.
โ A recent commit keeps the project looking alive to visitors and contributors.
Dependency manifest found (package.json).
Repository has a description.
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 4Forks
- 0Releases
Community
- โCommunity health
- โauthors own >50% of commits
- 13Watchers
Responsiveness
- 131d 5hMedian issue response
- 2hMedian PR merge time
- 1Open issues
Repository files9 root entries
- types
- .gitignoreGood: .gitignore present.
- CHANGELOG.md
- eslint.config.jsGood: Linter or formatter configured (eslint.config.js).
- index.js
- LICENSEGood: Licensed under MIT.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Issue: README is fairly short (โ10 pts). At 400+ chars you get partial credit; 1,500+ earns the full +20 pts.Fix: Expand with a description, install steps, usage, and examples.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.Issue: No screenshots or images in the README (โ20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Issue: No install instructions found in the README (โ45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- tsconfig.json