97/ 100 · A
A well-known project done right. Strong docs and solid engineering throughout.
An HTTP/1.1 client, written from scratch for Node.js
JavaScript7,614 starsMITupdated 2d ago
Outstanding work. A score of 97/100 puts this repo in a very small tier of truly well-engineered open source projects.
DocumentationREADME, setup, examples, license
EngineeringTests, CI, linting, lockfiles
Project healthDescription, activity, stars, deps
What to fix first
The highest-impact improvements for this repo.
- 1CI/CDEngineeringInfo
Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- 2Install and run instructionsDocumentationInfo
Add a .env.example listing all required environment variables so contributors know what to set up.
- 3Dependency manifestProject healthInfo
Add a `build` script to package.json so the project can be compiled with `npm run build`.
Detailed breakdown
Documentation
95- README100
- README is present.
- README is well structured with multiple sections.
- README includes screenshots or visuals. Great for first impressions.
- README has code examples.
- README links to a live demo or deployed app.
- README includes status badges.
- Install and run instructions90
- README documents how to install the project.
- README documents how to run the project.
- If your project uses environment variables, add a .env.example listing them (+10 pts).Add a .env.example listing all required environment variables so contributors know what to set up.
- License100
- Licensed under MIT.
- Contributing guide87
- Contributing guide is detailed and thorough.
- Contributing guide includes setup/install instructions.
- Contributing guide lacks a code style section (−8 pts).Describe your linting/formatting rules and how to run them (e.g. npm run lint, ruff check .).
- Contributing guide explains how to run tests.
- Contributing guide lacks a PR workflow section (−8 pts).Explain how to fork, branch, and open a pull request so contributors know what to expect.
- Contributing guide includes code examples.
- Code of conduct present.
Engineering
97- Tests100
- Test files detected (test).
- CI/CD100
Not applicable?
- CI is configured (.github/workflows/ci.yml).
- CI workflow runs tests.
- CI runs on pull requests, not just on pushes to main.
- CI workflow runs a lint or format check.
- Optional: add type checking to CI.Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.
- CI reports or uploads test coverage.
- CI tests across multiple environments or versions.
- CI includes a build step.
- Linting and formatting75
- Linter or formatter configured (.editorconfig).
- Lint script wired into package.json.
- Reproducibility100
- Lockfile present (package-lock.json). Installs are reproducible.
- Environment pinned via test/fixtures/docker/dante/Dockerfile.
- Dependabot covers 5 ecosystems (github-actions, npm, npm, npm, docker). Dependencies stay current.
- Issue and PR templates100
- Issue or PR templates present.
- Security policy present.
Project health
97- Dependency manifest90
- Dependency manifest found (package.json).
- package.json has a description field.
- package.json links back to the repository.
- package.json has no build script (−10 pts).Add a `build` script to package.json so the project can be compiled with `npm run build`.
- Repository metadata100
- Repository has a description.
- Primary language detected: JavaScript.
- package.json metadata is complete (description, keywords, repository).
- Activity100
- Actively maintained (pushed within the last month).
- 7,614 stars.
- Housekeeping100
- .gitignore present.
Repository files30 root entries
- .githubGood: CI is configured (.github/workflows/ci.yml).Good: Dependabot covers 5 ecosystems (github-actions, npm, npm, npm, docker). Dependencies stay current.Good: Issue or PR templates present.
- .husky
- benchmarks
- build
- deps
- docs
- lib
- scripts
- testGood: Test files detected (test).Good: Environment pinned via test/fixtures/docker/dante/Dockerfile.
- types
- .c8rc.json
- .dockerignore
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitignoreGood: .gitignore present.
- .gitmodules
- .npmignore
- .npmrc
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: Contributing guide is detailed and thorough.Good: Contributing guide includes setup/install instructions.Info: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them (e.g. npm run lint, ruff check .).Good: Contributing guide explains how to run tests.Info: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- eslint.config.js
- GOVERNANCE.md
- index-fetch.js
- index.d.ts
- index.js
- LICENSEGood: Licensed under MIT.
- MAINTAINERS.md
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (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.
- SECURITY.mdGood: Security policy present.