Add Linuxbrew (Homebrew) install option for git-rain on Linux#4
Conversation
Expose Homebrew/Linuxbrew alongside deb, rpm, and manual for the git-rain Linux install picker, matching git-fire and macOS tap flow. Co-authored-by: Ben Schellenberger <bschellenberger2600@users.noreply.github.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughLinux installer method ordering for Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
git-fire-website | 4a19c1f | Commit Preview URL Branch Preview URL |
Apr 16 2026, 04:40 PM |
Summary
git-firealready offered a Linux Homebrew (Linuxbrew) method in the install picker. git-rain did not. This change adds the same tap/install path for Linux users choosing git-rain.Changes
brewin the ordered Linux method list for git-rain (after deb/rpm reordering, before manual).rainLinuxBrew()and wiremethodId === 'brew'inresolveCommand.Verification
npm installandnpm run buildsucceed locally.Notes
Main was already up to date with
origin/mainat task start.Summary by CodeRabbit
New Features
git-rainpackage resolution.Improvements