Mike McQuaid 6b2dbbc96f
Merge pull request #6042 from MikeMcQuaid/boring_homebrew_display
config: don't show HOMEBREW_DISPLAY.
2019-04-22 13:07:20 -07:00
..
2019-02-27 14:02:46 +00:00
2019-04-20 14:07:29 +09:00
2019-04-20 14:07:29 +09:00
2019-04-20 14:07:29 +09:00
2019-04-20 23:58:48 +02:00
2019-04-20 13:27:36 +09:00
2019-04-20 13:27:36 +09:00
2019-03-28 21:15:50 +00:00
2019-04-20 13:27:36 +09:00
2019-04-20 13:27:36 +09:00
2019-04-20 14:07:29 +09:00

Homebrew's Formula API

This is the public 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!