Popular for its size, but the engineering basics lag behind the interest.
The website for Hexo. https://hexo.io/
Documentation
80
README documents how to install the project.
CONTRIBUTING guide found.
README is present.
Licensed under MIT.
Engineering
41
No tests detected anywhere in the repository.
→ Add automated tests. They prove the code works and give contributors confidence to make changes.
No dependency lockfile found (−70 pts).
→ Commit package-lock.json, pnpm-lock.yaml, yarn.lock, or bun.lock so Node installs are repeatable.
CI is configured (.github/workflows/tester.yml).
Linter or formatter configured (eslint.config.js).
Issue or PR templates present.
Project health
89
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)
- 1,331Forks
- 0Releases
Community
- —Community health
- —authors own >50% of commits
- 716Watchers
Responsiveness
- 1d 1hMedian issue response
- 3hMedian PR merge time
- 49Open issues
Repository files15 root entries
- .githubGood: CI is configured (.github/workflows/tester.yml).Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.Good: Issue or PR templates present.
- .husky
- scaffolds
- scripts
- sourceGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- themes
- _config.yml
- .gitignoreGood: .gitignore present.
- .npmrc
- crowdin.yml
- eslint.config.jsGood: Linter or formatter configured (eslint.config.js).
- LICENSEGood: Licensed under MIT.
- netlify.toml
- package.jsonGood: Dependency manifest found (package.json).
- 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.Issue: No run or usage instructions found (−45 pts).Fix: Add a section showing how to start or use the project.