Shaun Jackman 9cd4fff051 pull: Add --test-bot-user
Infer the name of the test-bot GitHub user if it is not provided.
2017-10-17 16:53:12 -07:00
..
2017-10-15 22:04:20 +02:00
2017-10-13 02:01:28 -07:00
2017-10-17 16:53:12 -07:00
2017-10-13 02:01:28 -07:00
2017-09-24 21:23:59 +01:00
2017-10-10 17:11:22 +02:00
2017-09-21 14:27:17 +01:00
2017-10-08 14:14:24 +02:00
2017-09-24 21:23:59 +01:00
2017-08-27 01:18:41 +05:30
2017-09-24 21:23:59 +01:00
2017-09-01 01:50:26 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-29 11:41:23 +02:00
2017-10-05 20:33:22 -07:00
2017-09-24 21:23:59 +01:00
2017-07-27 15:59:37 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-07-30 14:22:05 +02: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!