Solid foundation. Invest in docs and CI to grow from here.

recipe ingredient line item parser ๐Ÿณ

Documentation

68

Install and run instructions9pt55

No install instructions found in the README (โˆ’45 pts).

โ†’ Add a section showing how to install dependencies.

README12pt60

README is present.

Contributing guide5pt72

Contributing guide is detailed and thorough.

License6pt100

Licensed under MIT.

Engineering

84

Issue and PR templates6pt0

No issue or PR templates found (โˆ’100 pts).

โ†’ Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

Reproducibility6pt70

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

Tests18pt100

Test files detected (ingredient-parser/tests).

CI/CD14pt100

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

Linting and formatting5pt100

Rust linting configured (demo-site/eslint.config.js, cargo clippy in CI, cargo fmt in CI).

Project health

100

Dependency manifest6pt100

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

  • โ€”
    Commits (30d / 90d)
  • 2
    Forks
  • 0
    Releases

Community

  • โ€”
    Community health
  • โ€”
    authors own >50% of commits
  • 15
    Watchers

Responsiveness

  • 191d 2h
    Median issue response
  • 12h
    Median PR merge time
  • 1
    Open issues
Repository files27 root entries
  • .claude
  • .config
  • .github
    Good: CI is configured (.github/workflows/rust.yml).
  • .vscode
  • demo-site
    Good: Rust linting configured (demo-site/eslint.config.js, cargo clippy in CI, cargo fmt in CI).
  • food-app
  • food-cli
  • ingredient-parser
    Good: Test files detected (ingredient-parser/tests).
  • ingredient-wasm
  • recipe-epub
  • recipe-scraper
  • recipe-scraper-fetcher
  • recipe-types
  • .env.example
  • .gitattributes
  • .gitignore
    Good: .gitignore present.
  • .pre-commit-config.yaml
  • BENCHMARKS.md
  • Cargo.lock
    Good: Lockfile present (Cargo.lock). Installs are reproducible.
  • Cargo.toml
    Good: Dependency manifest found (Cargo.toml).
  • CHANGELOG.md
  • CLAUDE.md
  • 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.
    Good: Contributing guide explains how to run tests.
    Issue: 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.
  • LICENSE
    Good: Licensed under MIT.
  • Makefile
  • README.md
    Good: README is present.
    Issue: README is fairly short (โˆ’10 pts). At 400+ chars you get partial credit; 1,500+ earns the full +20 pts.Fix: Expand with a description, install steps, usage, and examples.
    Issue: README has little structure (โˆ’15 pts). Add 2-3 headings for +8 pts; 4+ earns +15 pts.Fix: Break it into sections (Overview, Install, Usage, Contributing) using Markdown headings.
    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.
    Issue: No install instructions found in the README (โˆ’45 pts).Fix: Add a section showing how to install dependencies.
    Good: README documents how to run the project.
  • rust-toolchain.toml