86

/ 100

GradeB

Impressive early momentum. Already polished and picking up traction fast.

Top 20% of 5,156 graded repos

Open-source construction ERP - BOQ, PDF/CAD/BIM takeoff, AI cost matching. 42 regional catalogues, 21 languages, 71 modules. AGPL-3.0. v3.0 - pip install openconstructionerp

TypeScript397Other1mo ago

Top fixes

Highest-impact changes first, ranked by point weight

6 to address
  1. 1
    Tests18pt

    Set scripts.test in package.json to your actual test command, e.g. "vitest" or "jest".

  2. 2
    Dependency manifest6pt

    Add a one-line description to package.json. It appears in npm search and on GitHub.

  3. 3
    Dependency manifest6pt

    Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.

  4. 4
    Dependency manifest6pt

    Add a `keywords` array to help people find your package on npm.

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

100

README12pt100

README is present.

Install and run instructions9pt100

README documents how to install the project.

License6pt100

Licensed under Other.

Contributing guide5pt100

Contributing guide is detailed and thorough.

Engineering

76

Tests18pt35

Test files detected (backend/app/modules/pipelines/tests).

CI/CD14pt100

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

Linting and formatting5pt100

Linter or formatter configured (frontend/eslint.config.js).

Reproducibility6pt100

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

Issue and PR templates6pt100

Issue or PR templates present.

Project health

86

Dependency manifest6pt55

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)
  • 124
    Forks
  • 169
    Releaseslatest 3mo ago

Community

  • 100% - Good
    Community health
  • 1 bus factorlow
    author own >50% of commits
  • 397
    Watchers

Responsiveness

  • 6h
    Median issue response
  • -
    Median PR merge time
  • 9
    Open issues
Repository files45 root entries
  • .github
    Good: CI is configured (.github/workflows/ci-full.yml).
    Good: Dependabot covers 4 ecosystems (pip, npm, github-actions, docker). Dependencies stay current.
    Good: Issue or PR templates present.
    Good: Security policy present.
  • backend
    Good: Test files detected (backend/app/modules/pipelines/tests).
  • data
  • deploy
  • desktop
  • docs
  • frontend
    Good: Linter or formatter configured (frontend/eslint.config.js).
  • marketing-site
  • modules
  • packs
  • scripts
  • signatures
  • tools
  • website-marketing
  • .dockerignore
  • .env.example
  • .gitignore
    Good: .gitignore present.
  • .pre-commit-config.yaml
  • ACCESSIBILITY.md
  • ACKNOWLEDGMENTS.md
  • AGENTS.md
  • AUTHORS.md
  • CHANGELOG.md
  • CLA.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • COMMERCIAL-LICENSE.md
  • CONTRIBUTING.md
    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.
  • CONTRIBUTORS.md
  • COOKIES.md
  • docker-compose.prod.yml
  • docker-compose.quickstart.yml
  • docker-compose.yml
    Good: Environment pinned via docker-compose.yml.
  • LICENSE
    Good: Licensed under Other.
  • Makefile
  • MODULES.md
  • NOTICE
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package.json
    Good: Dependency manifest found (package.json).
  • PATENTS.md
  • PRIVACY.md
  • 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.
  • SECURITY.md
  • TERMS.md
  • THIRD_PARTY_LICENSES.md
  • TRADEMARK.md
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/datadrivenconstruction/openconstructionerp)](https://www.repo-grade.com/report/datadrivenconstruction/openconstructionerp)

More graded TypeScript repos