Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 921 Bytes

File metadata and controls

38 lines (27 loc) · 921 Bytes

clubpay/homebrew-tap

Homebrew tap for ClubPay / RonyKIT tools.

Install

brew tap clubpay/tap
brew install ronyup

Or in a single command:

brew install clubpay/tap/ronyup

Formulae

Formula Description
ronyup CLI for scaffolding RonyKIT workspaces, features, and MCP tooling.

Upgrade

brew update
brew upgrade ronyup

Notes

  • ronyup is built from source, so a Go toolchain is fetched at install time (depends_on "go" => :build). git is required at runtime for ronyup setup workspace.
  • The formula tracks the per-module ronyup/vX.Y.Z tags from the clubpay/ronykit monorepo and is bumped automatically when a new tag is pushed.