0

/ 100

GradeC

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

Top 42% of 5,156 graded repos

⛲Imagination, Given Voice.✨

JavaScript707Other1mo ago

Top fixes

Highest-impact changes first, ranked by point weight

9 to address
  1. 1
    Tests18pt

    Add automated tests. They prove the code works and give contributors confidence to make changes.

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  4. 4
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

96

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Other.

Engineering

49

Tests18pt0

No tests detected anywhere in the repository.

Add automated tests. They prove the code works and give contributors confidence to make changes.

CI/CD14pt57

CI is configured (.github/workflows/test_running.yaml).

Reproducibility6pt80

Lockfile present (Cargo.lock). Installs are reproducible.

Linting and formatting5pt100

Java/Kotlin linting configured (eslint.config.mjs).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

100

Dependency manifest6pt100

Dependency manifest found (Cargo.toml).

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)
  • 55
    Forks
  • 3
    Releaseslatest 4mo ago

Community

  • -
    Community health
  • -
    authors own >50% of commits
  • 707
    Watchers

Responsiveness

  • <1h
    Median issue response
  • <1h
    Median PR merge time
  • 5
    Open issues
Repository files40 root entries
  • .esh
  • .github
    Good: CONTRIBUTING guide found.
    Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
    Good: CI is configured (.github/workflows/test_running.yaml).
    Good: Issue or PR templates present.
    Good: Security policy present.
  • .vscode
  • default
  • docs
  • imgs
  • path
  • src
  • .directory
  • .dockerignore
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • build.gradle
  • build.sbt
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • deno.json
  • desktop.ini
  • Directory.Build.props
  • docker-compose.yml
    Good: Environment pinned via docker-compose.yml.
  • dockerfile
  • eslint.config.mjs
    Good: Java/Kotlin linting configured (eslint.config.mjs).
  • fount.csproj
  • gradlew
  • gradlew.bat
  • gulpfile.mjs
  • Justfile
  • LICENSE
    Good: Licensed under Other.
  • Makefile
  • mix.exs
  • package.json
  • Package.swift
  • 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.
  • run.bat
  • run.sh
  • settings.gradle
  • stack.yaml
  • Taskfile.yml
  • typos.toml
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/steve02081504/fount)](https://www.repo-grade.com/report/steve02081504/fount)

More graded JavaScript repos