Homebrew Tap for @loozhengyuan
To add this tap, run the following command:
brew tap loozhengyuan/tap
For testing Formulae locally, you can run the following command. The --verbose
and --debug
flags can optionally be added to display additional debugging information.
brew install --formula ./Formula/unwarp.rb
For testing Formulae from a specific branch (e.g. when reviewing PRs), you can either checkout the specific branch and run the above command or use the following one-liner:
curl -fsSL --output /tmp/unwarp.rb --proto '=https' --tlsv1.2 <FORMULA_URL> && brew install --formula /tmp/unwarp.rb && rm /tmp/unwarp.rb