emmercm/igir

0

/ 100

TypeScript852GPL-3.01d ago
Grade a repo

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

Install and run instructions9pt90

README documents how to install the project.

README12pt93

README is present.

License6pt100

Licensed under GPL-3.0.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

96

CI/CD14pt85

CI is configured (.github/workflows/lint.yml).

Tests18pt100

Test files detected (packages/torrentzip/test).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Reproducibility6pt100

Lockfile present (package-lock.json). Installs are reproducible.

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • โ€”
    Commits (30d / 90d)
  • 43
    Forks
  • 110
    Releaseslatest 3y ago

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 852
    Watchers

Responsiveness

  • 1d 3h
    Median issue response
  • 4h
    Median PR merge time
  • 30
    Open issues
Repository files29 root entries
  • .eslint
  • .github
    Good: 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.
  • .idea
    Issue: Build artifacts or local files may be committed (.idea/.gitignore) (โˆ’40 pts).Fix: Remove them and add to .gitignore.
  • bucket
  • docs
  • packages
    Good: Test files detected (packages/torrentzip/test).
  • scripts
  • src
  • static
  • test
  • .bun-version
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .git-blame-ignore-revs
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .gitmodules
  • .markdownlintignore
  • .prettierrc.json5
  • codecov.yml
  • eslint.config.mjs
  • index.ts
  • LICENSE
    Good: Licensed under GPL-3.0.
  • mkdocs.yml
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • postinstall.mjs
  • README.md
    Good: 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