87

/ 100

GradeB

Polished and well engineered. Punching above its star count.

Top 18% of 5,156 graded repos

h5p-nodejs-library is a collection of server and client-side packages that help you use H5P with a NodeJS backend

TypeScript201GPL-3.01mo ago

Top fixes

Highest-impact changes first, ranked by point weight

12 to address
  1. 1
    CI/CD14pt

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

  2. 2
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  3. 3
    CI/CD14pt

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

  4. 4
    CI/CD14pt

    Upload coverage to Codecov, Coveralls, or report it with `--coverage` flags.

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

87

Contributing guide5pt72

CONTRIBUTING guide found.

README12pt85

README is present.

Install and run instructions9pt90

README documents how to install the project.

License6pt100

Licensed under GPL-3.0.

Engineering

85

CI/CD14pt57

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

Reproducibility6pt80

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

Tests18pt100

Test files detected (packages/h5p-clamav-scanner/test).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

92

Dependency manifest6pt75

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

  • 22 / 71
    Commits (30d / 90d)
  • 103
    Forks
  • 115
    Releaseslatest 6y ago

Community

  • 75% - Good
    Community health
  • 2 bus factor
    authors own >50% of commits
  • 201
    Watchers

Responsiveness

  • 21h
    Median issue response
  • 20h
    Median PR merge time
  • 84
    Open issues
Repository files40 root entries
  • .circleci
  • .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/static.yml).
    Good: Issue or PR templates present.
  • .husky
  • .vscode
  • docs
  • packages
    Good: Test files detected (packages/h5p-clamav-scanner/test).
    Good: Environment pinned via packages/h5p-examples/Dockerfile.
  • scripts
  • test
  • .claudeignore
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .gitattributes
  • .gitbook.yaml
  • .gitignore
    Good: .gitignore present.
  • .npmrc
  • .prettierrc
  • CHANGELOG.md
  • CLAUDE.md
  • code-of-conduct.md
  • commitlint.config.js
  • content-hub.md
  • eslint.config.mjs
  • ESM_MIGRATION_PLAN.md
  • fehler.txt
  • lerna.json
  • LICENSE
    Good: Licensed under GPL-3.0.
  • localize.sh
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • release.config.js
  • renovate.json
  • SECURITY.md
    Good: Security policy present.
  • test-plan.md
  • TODO.md
  • tsconfig.build.json
  • tsconfig.json
  • typedoc.config.mjs
  • vitest.config.ts
  • vitest.d.ts
  • vitest.db.config.ts
  • vitest.integration.config.ts
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/lumieducation/h5p-nodejs-library)](https://www.repo-grade.com/report/lumieducation/h5p-nodejs-library)

More graded TypeScript repos