Dominyk Tiller e3b6c96b5d
requirement: update cask wording
We now have "magic" to automatically handle `brew cask` and `brew bundle`
calls without needing to tap those taps manually beforehand. Let's reflect that
in this wording for consistency.

Closes #427.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-07-01 04:31:02 +01:00
..
2016-05-22 09:40:08 +01:00
2016-06-20 23:36:18 +02:00
2016-06-29 21:17:09 -07:00
2016-05-22 09:40:08 +01:00
2016-06-03 13:05:18 +01:00
2016-05-08 16:51:22 +01:00
2016-05-03 18:52:40 +01:00
2016-05-08 20:12:51 +02:00
2016-06-20 13:03:27 +01:00
2016-06-03 13:05:18 +01: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!