A well-known project done right. Strong docs and solid engineering throughout.
Configure AWS credential environment variables for use in other GitHub Actions.
Documentation
69
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
README is present.
Contributing guide is detailed and thorough.
Licensed under MIT.
Engineering
98
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (test).
CI is configured (.github/workflows/tests-integ-push.yml).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
97
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)
- 572Forks
- 59Releaseslatest 6y ago
Community
- —Community health
- —authors own >50% of commits
- 2,951Watchers
Responsiveness
- 2d 22hMedian issue response
- 1d 6hMedian PR merge time
- 0Open issues
Repository files26 root entries
- __mocks__
- .githubGood: CI is configured (.github/workflows/tests-integ-push.yml).Good: Dependabot configured for npm.Good: Issue or PR templates present.
- dist
- examples
- src
- testGood: Test files detected (test).
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .generatelicensefile.json
- .gitattributes
- .gitignoreGood: .gitignore present.
- .markdownlint.yaml
- .release-please-manifest.json
- action.yml
- biome.jsonc
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Good: Contributing guide describes the PR/review workflow.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- LICENSEGood: Licensed under MIT.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.Issue: No status badges in the README (−10 pts).Fix: Add CI/build status badges from shields.io or your CI provider to signal project health.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.
- release-please-config.json
- THIRD-PARTY
- tsconfig.json
- tsconfig.test.json
- vitest.config.mts