Mike McQuaid 5367f1b408 analytics: remove unused analytics.
We didn't end up using the `screenview` and `exception` analytics as
much as expected so let's remove them and focus on stuff that's
formula-specific.
2017-06-07 16:34:54 +01:00
..
2017-05-29 18:43:18 +01:00
2017-06-06 04:33:55 +01:00
2017-05-13 11:42:01 +01:00
2017-06-06 08:03:06 +01:00
2017-06-07 16:34:54 +01:00
2017-05-29 18:42:02 +01:00
2017-06-07 16:34:54 +01:00
2017-06-07 16:34:54 +01:00
2017-05-02 19:03:03 +01:00
2017-05-29 18:42:02 +01:00
2017-05-29 18:43:18 +01:00
2017-06-02 19:22:05 +02:00
2017-04-23 15:10:18 +01:00
2017-05-29 18:43:18 +01:00
2017-06-02 19:22:05 +02:00
2017-05-01 10:58:26 -07:00
2017-04-30 21:11:28 +02:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-05-22 20:39:17 +01:00
2017-05-15 17:23:40 +02:00
2017-06-02 19:22:05 +02:00
2017-05-29 18:43:18 +01:00
2017-06-02 19:22:05 +02:00
2017-04-25 13:40:40 +01:00
2017-06-02 19:22:05 +02:00
2017-06-02 19:22:05 +02:00
2017-05-29 18:43: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!