Solid foundation. Invest in docs and CI to grow from here.
recipe ingredient line item parser ๐ณ
Documentation
68
No install instructions found in the README (โ45 pts).
โ Add a section showing how to install dependencies.
README is present.
Contributing guide is detailed and thorough.
Licensed under MIT.
Engineering
84
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.
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (ingredient-parser/tests).
CI is configured (.github/workflows/rust.yml).
Rust linting configured (demo-site/eslint.config.js, cargo clippy in CI, cargo fmt in CI).
Project health
100
Dependency manifest found (Cargo.toml).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 161 / 191Commits (30d / 90d)
- 2Forks
- 0Releases
Community
- 57% - FairCommunity health
- โauthors own >50% of commits
- 15Watchers
Responsiveness
- 191d 2hMedian issue response
- 12hMedian PR merge time
- 1Open issues
Repository files27 root entries
- .claude
- .config
- .githubGood: CI is configured (.github/workflows/rust.yml).
- .vscode
- demo-siteGood: Rust linting configured (demo-site/eslint.config.js, cargo clippy in CI, cargo fmt in CI).
- food-app
- food-cli
- ingredient-parserGood: Test files detected (ingredient-parser/tests).
- ingredient-wasm
- recipe-epub
- recipe-scraper
- recipe-scraper-fetcher
- recipe-types
- .env.example
- .gitattributes
- .gitignoreGood: .gitignore present.
- .pre-commit-config.yaml
- BENCHMARKS.md
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.mdGood: 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.
- LICENSEGood: Licensed under MIT.
- Makefile
- README.mdGood: 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