This is a Homebrew tap for the gonewton CLI tools: constraint and newton.
First, tap this repository:
brew tap gonewton/cliThen install the tools:
brew install constraint
brew install newtonconstraint --helpnewton --helpTo upgrade to the latest version:
brew update
brew upgrade constraint
brew upgrade newtonThis tap is automatically updated when new releases are published to the respective repositories.
To manually update formulas, use the generate_formula.sh script:
./generate_formula.sh constraint --version v1.0.0
./generate_formula.sh newton --version v1.0.0