0

/ 100

GradeA

Excellent work. The last thing to polish is CI. Widely used, with the craft to match.

Top 12% of 5,156 graded repos

The Monorepo Platform that amplifies both developers and AI agents. Nx optimizes your builds, scales your CI, and fixes failed PRs automatically. Ship in half the time.

TypeScript29,148MITtoday

Top fixes

Highest-impact changes first, ranked by point weight

10 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.

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

91

Contributing guide5pt77

Contributing guide is detailed and thorough.

README12pt85

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under MIT.

Engineering

88

CI/CD14pt57

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

Tests18pt100

Test files detected (astro-docs/e2e/cli-subcommand-formatting.spec.ts).

Linting and formatting5pt100

Linter or formatter configured (.editorconfig).

Reproducibility6pt100

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

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Dependency manifest6pt82

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

  • 230 / 902
    Commits (30d / 90d)
  • 2,919
    Forks
  • 1000
    Releaseslatest 4y ago

Community

  • 100% - Good
    Community health
  • 6 bus factor
    authors own >50% of commits
  • 29,148
    Watchers

Responsiveness

  • 127d 2h
    Median issue response
  • 21h
    Median PR merge time
  • 510
    Open issues
Repository files71 root entries
  • .agents
  • .cargo
  • .claude
  • .cursor
  • .devcontainer
  • .gemini
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
    Good: Dependabot covers 2 ecosystems (npm, github-actions). Dependencies stay current.
    Good: Issue or PR templates present.
  • .husky
  • .mvn
  • .nx
  • .opencode
  • .verdaccio
  • assets
  • astro-docs
    Good: Test files detected (astro-docs/e2e/cli-subcommand-formatting.spec.ts).
  • benchmarks
  • e2e
  • examples
  • gradle
  • graph
  • images
  • netlify
  • nx-dev
  • packages
  • patches
  • scripts
  • tools
  • .editorconfig
    Good: Linter or formatter configured (.editorconfig).
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .local.env
  • .nxignore
  • .pnpmrc
  • .prettierignore
  • .prettierrc
  • .upstreamdocs.json
  • AGENTS.md
  • babel.config.json
  • build.gradle.kts
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CLAUDE.md
  • clippy.toml
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CODEOWNERS
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • Directory.Build.props
  • eslint.config.mjs
  • gradle.properties
  • gradlew
  • gradlew.bat
  • jest.config.cts
  • jest.preset.js
  • LICENSE
    Good: Licensed under MIT.
  • mise.toml
    Good: Environment pinned via mise.toml.
  • mvnw
  • mvnw.cmd
  • nx-parent.iml
  • nx.json
  • nx.sln
  • opencode.json
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • pom.xml
  • project.json
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.
    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.
  • rust-toolchain.toml
  • SECURITY.md
    Good: Security policy present.
  • settings.gradle.kts
  • tsconfig.base.json
  • tsconfig.json
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/nrwl/nx)](https://www.repo-grade.com/report/nrwl/nx)

More graded TypeScript repos