ktmouk/minute

0

/ 100

TypeScript258AGPL-3.01d ago
Grade a repo

Good shape overall. A few tweaks would push it into the top tier.

⏰ The open-source time tracking app for individuals.

Documentation

88

Contributing guide5pt25

Contributing guidance is in the README, not a dedicated CONTRIBUTING.md (−20 pts).

Moving it to a CONTRIBUTING.md makes it easier to find and keeps the README focused. A dedicated file earns +47 pts base.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under AGPL-3.0.

Engineering

61

Issue and PR templates6pt0

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.

Tests18pt35

Test files detected (apps/web/config/next-auth.test.ts).

Reproducibility6pt80

Lockfile present (pnpm-lock.yaml). Installs are reproducible.

CI/CD14pt100

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

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Project health

89

Dependency manifest6pt65

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 35
    Forks
  • 0
    Releases

Community

  • Community health
  • authors own >50% of commits
  • 258
    Watchers

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 14
    Open issues
Repository files23 root entries
  • .github
    Good: CI is configured (.github/workflows/lint.yml).
  • .husky
  • .vscode
  • apps
    Good: Test files detected (apps/web/config/next-auth.test.ts).
  • docs
  • packages
  • .cursorignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .gitignore
    Good: .gitignore present.
  • .lintstagedrc.json
  • .nvmrc
  • .prettierignore
  • .secretlintrc.json
  • docker-compose.yml
    Good: Environment pinned via docker-compose.yml.
  • eslint.config.mjs
  • LICENSE
    Good: Licensed under AGPL-3.0.
  • logo.svg
  • package.json
    Good: Dependency manifest found (package.json).
  • pnpm-lock.yaml
    Good: Lockfile present (pnpm-lock.yaml). Installs are reproducible.
  • pnpm-workspace.yaml
  • README.md
    Good: 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.
    Good: README documents how to run the project.
  • renovate.json
  • turbo.json