93
/ 100
A well-known project done right. Strong docs and solid engineering throughout.
Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform
Top fixes
Highest-impact changes first, ranked by point weight
- 1Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 2Reproducibility6pt
Add additional package-ecosystem entries (especially github-actions) to keep all dependencies current.
- 3Dependency manifest6pt
Add a one-line description to package.json. It appears in npm search and on GitHub.
- 4Dependency manifest6pt
Add a `repository` field pointing to the GitHub URL so npm knows where the source lives.
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.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
97
README documents how to install the project.
Contributing guide is detailed and thorough.
README is present.
Licensed under MPL-2.0.
Engineering
99
Lockfile present (yarn.lock). Installs are reproducible.
Test files detected (examples/go/google-cloudrun/main_test.go).
CI is configured (.github/workflows/build.yml).
Linter or formatter configured (.prettierrc.json).
Issue or PR templates present.
Project health
73
Last pushed 6-12 months ago (−60 pts).
→ A recent commit signals the project is still maintained.
Dependency manifest found (go.work).
Repository has a description.
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 0 / 0Commits (30d / 90d)
- 518Forks
- 100Releaseslatest 6y ago
Community
- 87% - GoodCommunity health
- 2 bus factorauthors own >50% of commits
- 5,077Watchers
Responsiveness
- 85d 23hMedian issue response
- 18hMedian PR merge time
- 389Open issues
Repository files35 root entries
- .githubGood: Code of conduct present.Good: CI is configured (.github/workflows/build.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- .husky
- .vscode
- cdk.tf
- docs
- examplesGood: Test files detected (examples/go/google-cloudrun/main_test.go).
- packages
- test
- tools
- website
- .copywrite.hcl
- .devcontainer.json
- .dockerignore
- .gitattributes
- .gitignoreGood: .gitignore present.
- .mise.toml
- .npmignore
- .prettierignore
- .prettierrc.jsonGood: Linter or formatter configured (.prettierrc.json).
- .terraform.versions.json
- .versionrc.json
- .yarnrc.yml
- BUGPROCESS.md
- CHANGELOG.md
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Good: Contributing guide explains how to run tests.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- DockerfileGood: Environment pinned via Dockerfile.
- eslint.config.mjs
- go.workGood: Dependency manifest found (go.work).
- go.work.sum
- lerna.json
- LICENSEGood: Licensed under MPL-2.0.
- nx.json
- package.json
- README.mdGood: 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.
- yarn.lockGood: Lockfile present (yarn.lock). Installs are reproducible.
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/hashicorp/terraform-cdk)