Polished and well engineered. Punching above its star count.
๐น A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.
Outstanding. A score of 95/100 puts this repo in a very small tier of truly well-engineered projects.
Documentation
95
README documents how to install the project.
README is present.
Licensed under GPL-3.0.
Contributing guide is detailed and thorough.
Engineering
96
CI is configured (.github/workflows/lint.yml).
Test files detected (packages/torrentzip/test).
Linter or formatter configured (.editorconfig).
Lockfile present (package-lock.json). Installs are reproducible.
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- โCommits (30d / 90d)
- 43Forks
- 110Releaseslatest 3y ago
Community
- โCommunity health
- โauthors own >50% of commits
- 852Watchers
Responsiveness
- 1d 3hMedian issue response
- 4hMedian PR merge time
- 30Open issues
Repository files29 root entries
- .eslint
- .githubGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Good: Contributing guide describes code style expectations.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.Good: CI is configured (.github/workflows/lint.yml).Good: Environment pinned via .github/actions/docker-run-action/Dockerfile.Good: Dependabot covers 2 ecosystems (npm, pip). Dependencies stay current.Good: Issue or PR templates present.Good: Security policy present.
- .ideaIssue: Build artifacts or local files may be committed (.idea/.gitignore) (โ40 pts).Fix: Remove them and add to .gitignore.
- bucket
- docs
- packagesGood: Test files detected (packages/torrentzip/test).
- scripts
- src
- static
- test
- .bun-version
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .git-blame-ignore-revs
- .gitattributes
- .gitignoreGood: .gitignore present.
- .gitmodules
- .markdownlintignore
- .prettierrc.json5
- codecov.yml
- eslint.config.mjs
- index.ts
- LICENSEGood: Licensed under GPL-3.0.
- mkdocs.yml
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- postinstall.mjs
- README.mdGood: README is present.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.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.
- tsconfig.json
- vitest.config.ts