Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 975 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 975 Bytes

homebrew-tap

ci

Homebrew Tap for @loozhengyuan

Usage

To add this tap, run the following command:

brew tap loozhengyuan/tap

Development

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

License

MIT