A well-known project done right. Strong docs and solid engineering throughout.
Connect suppliers, distributors and consumers to trade local produce.
Documentation
90
README is present.
README documents how to install the project.
Contributing guide is detailed and thorough.
Licensed under AGPL-3.0.
Engineering
88
Test files detected (docker/test).
CI is configured (.github/workflows/build.yml).
Ruby linting configured (.prettierrc.json).
Lockfile present (Gemfile.lock). Installs are reproducible.
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (Gemfile).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 794Forks
- 426Releaseslatest 11y ago
Community
- —Community health
- —authors own >50% of commits
- 1,253Watchers
Responsiveness
- 1d 13hMedian issue response
- 14d 17hMedian PR merge time
- 659Open issues
Repository files60 root entries
- .githubGood: CI is configured (.github/workflows/build.yml).Good: Dependabot covers 6 ecosystems (bundler, npm, bundler, npm, bundler, npm). Dependencies stay current.Good: Issue or PR templates present.
- .tx
- app
- bin
- config
- db
- doc
- dockerGood: Test files detected (docker/test).
- engines
- lib
- log
- public
- reports
- script
- spec
- swagger
- vendor
- .dockerignore
- .envIssue: Build artifacts or local files may be committed (.env) (−40 pts).Fix: Remove them and add to .gitignore.
- .env.development
- .env.test
- .foreman
- .gitattributes
- .gitignoreGood: .gitignore present.
- .haml-lint_todo.yml
- .haml-lint.yml
- .mailmap
- .node-version
- .prettierignore
- .prettierrc.jsonGood: Ruby linting configured (.prettierrc.json).
- .rspec
- .rubocop_relaxed_styleguide.yml
- .rubocop_rspec_styleguide.yml
- .rubocop_styleguide.yml
- .rubocop_todo.yml
- .rubocop.yml
- .ruby-gemset
- .ruby-version
- .secrets.example
- .simplecov
- .undercover
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- compose.yaml
- config.ru
- 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.Issue: Contributing guide has no code examples (−5 pts).Fix: Add code blocks showing example commands for setup, running tests, and submitting a PR.
- DockerfileGood: Environment pinned via Dockerfile.
- Dockerfile.ubuntu
- GemfileGood: Dependency manifest found (Gemfile).
- Gemfile.lockGood: Lockfile present (Gemfile.lock). Installs are reproducible.
- GETTING_STARTED.md
- jest.config.js
- knapsack_rspec_report.json
- LICENCE.txtGood: Licensed under AGPL-3.0.
- package.json
- postcss.config.js
- Procfile
- Procfile.docker
- Rakefile
- README.mdGood: README is present.Good: README is well structured with multiple sections.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.Good: README documents how to install the project.Good: README documents how to run the project.
- yarn.lock