Homebrew tap for grunt-it tools.
| Tool | Description | Status |
|---|---|---|
gruntcode |
Soft-fork of opencode with hivemind-native autonomous-coordinator patches | Draft (binary not yet released) |
brew tap grunt-it/tap
brew install gruntcodeOr in one shot:
brew install grunt-it/tap/gruntcodeStandard brew install uses the official homebrew-core tap. Tools that aren't (yet) in core, or that are grunt-it forks of upstream tools, live here.
Each tool's formula lives in Formula/<name>.rb. See:
brew create --tap=grunt-it/tap <name> <url>
# edit Formula/<name>.rb
git add Formula/<name>.rb
git commit -m "feat: add <name> formula"
git pushOnce pushed, brew install grunt-it/tap/<name> works for everyone.