Carlo Cabrera 022c5dfad0
Suggest brew unpin if formula is pinned
This will help users avoid the error where `brew` refuses to upgrade
because the formula is pinned.
2022-01-14 00:09:51 +08:00
..
2022-01-11 14:31:22 -05:00
2022-01-11 14:31:20 -05:00

Homebrew Ruby API

This is the API for Homebrew.

The main class you should look at is the {Formula} class (and classes linked from there). That's the class that's used to create Homebrew formulae (i.e. package descriptions). Assume anything else you stumble upon is private.

You may also find the Formula Cookbook and Ruby Style Guide helpful in creating formulae.

Good luck!