Strong community interest, but docs and engineering haven't caught up to the hype.
๐ป A CLI workflow for the administration of macOS applications distributed as binaries
Documentation
86
Contributing guide is too short for full depth credit (โ6 pts). 400+ words earns the full +12 pts.
โ Add setup instructions, code style notes, and how to run tests.
README is present.
README documents how to install the project.
Licensed under BSD-2-Clause.
Engineering
41
No tests detected anywhere in the repository.
โ Add automated tests. They prove the code works and give contributors confidence to make changes.
No dependency lockfile found (โ70 pts).
โ Commit Gemfile.lock so Bundler installs are repeatable.
CI is configured (.github/workflows/ci-retry.yml).
Linter or formatter configured (.editorconfig).
Issue or PR templates present.
Project health
68
No dependency manifest detected at root.
โ Add a manifest (package.json, pyproject.toml, Cargo.toml, go.mod, etc.) so others can install dependencies in one command.
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository files19 root entries
- .githubGood: CI is configured (.github/workflows/ci-retry.yml).Good: Dependabot configured for github-actions.Good: Issue or PR templates present.
- audit_exceptions
- Casks
- cmd
- developer
- doc
- .editorconfigGood: Linter or formatter configured (.editorconfig).
- .gitattributes
- .gitignoreGood: .gitignore present.
- .rubocop.yml
- .ruby-versionGood: Environment pinned via .ruby-version.
- AGENTS.md
- cask_renames.json
- CLAUDE.md
- CONTRIBUTING.mdIssue: Contributing guide is too short for full depth credit (โ6 pts). 400+ words earns the full +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.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.Good: Contributing guide describes the PR/review workflow.Good: Contributing guide includes code examples.
- LICENSEGood: Licensed under BSD-2-Clause.
- README.mdGood: README is present.Good: README is well structured with multiple sections.Issue: No screenshots or images in the README (โ20 pts).Fix: Add a GIF, screenshot, or logo image. It is the fastest way to show what your project does.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.
- tap_migrations.json
- USAGE.md