Popular for its size, but the engineering basics lag behind the interest.
๐ค A list of all the public package names on npm. Updated daily.
Documentation
44
No license detected.
โ Add a LICENSE file. Without one, nobody can legally use, copy, or contribute to your code.
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 is present.
README documents how to install the project.
Engineering
65
No linter or formatter found.
โ Add ESLint (eslint.config.js) and/or Prettier (.prettierrc), install them as devDependencies, and add a `lint` script to package.json.
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.
CI is configured (.github/workflows/release.yaml).
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (test).
Project health
98
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)
- 28Forks
- 0Releases
Community
- โCommunity health
- โauthors own >50% of commits
- 295Watchers
Responsiveness
- 14hMedian issue response
- 1hMedian PR merge time
- 5Open issues
Repository files11 root entries
- .githubGood: CI is configured (.github/workflows/release.yaml).
- script
- testGood: Test files detected (test).
- .gitattributes
- .gitignoreGood: .gitignore present.
- cli.js
- example.js
- names.json
- 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.Issue: No live demo link in the README (โ20 pts).Fix: Link to a deployed version, docs site, or demo video. Users want to see it running.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.Good: README documents how to install the project.Good: README documents how to run the project.