Mike McQuaid 176ed97d42
Merge pull request #3609 from SeanPrashad/41372
Add brew cask upgrade initial documentation
2017-12-30 20:24:36 +00:00
..
2017-12-14 16:44:25 +00:00
2017-12-23 16:53:25 +00:00
2017-12-23 16:53:25 +00:00
2017-12-23 16:53:25 +00:00
2017-11-30 09:42:14 +00:00
2017-12-12 09:27:06 -08:00
2017-12-23 16:53:25 +00:00
2017-12-02 20:03:38 +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!