Mike McQuaid 8f1ae3b28b Move LinkedKegs migration.
Move the `LinkedKegs` migration into `utils.rb` so it can also be called
from `brew.rb` on startup.
2016-09-17 15:00:46 +01:00
..
2016-09-17 15:00:46 +01:00
2016-09-17 12:59:32 +01:00
2016-09-17 15:00:46 +01:00
2016-03-20 14:55:58 +08:00
2016-08-22 08:57:47 +02:00
2016-09-17 15:00:46 +01:00
2016-08-17 09:19:56 +01:00
2015-01-13 16:35:24 -05:00
2016-08-18 13:35:52 +08:00
2016-09-05 21:43:03 +02:00
2016-09-17 15:00:46 +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!