Mike McQuaid e6f17f2316
Merge pull request #5451 from MikeMcQuaid/update-preinstall-exec
brew.sh: make update --preinstall exec.
2018-12-30 13:40:14 +00:00
..
2018-12-04 10:47:38 -05:00
2018-11-05 12:41:51 +08:00
2018-11-12 05:01:33 +01:00
2018-11-02 17:29:26 +00:00
2018-12-22 11:41:49 +00:00
2018-11-08 15:54:47 +00:00

Homebrew's Formula API

This is the (partially) documented 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!