Mike McQuaid 3bdc4c294d
Merge pull request #5201 from GauthamGoli/fetch-args
fetch: Use CLI::Parser to parse args
2019-01-29 14:11:36 +00:00
..
2019-01-23 21:57:40 +00:00
2019-01-28 19:31:21 +00:00
2019-01-28 19:31:21 +00:00
2019-01-28 14:03:51 +00:00
2019-01-28 19:31:21 +00:00
2019-01-23 21:57:40 +00:00
2019-01-29 04:10:16 -05:00
2019-01-28 16:08:23 +00:00
2019-01-23 21:57:40 +00:00
2019-01-28 16:08:23 +00:00
2019-01-28 19:31:21 +00:00
2019-01-21 19:23:31 +00:00
2019-01-28 16:08:23 +00:00
2019-01-23 21:57:40 +00:00
2019-01-23 15:46:03 +00:00
2019-01-25 14:01:10 -08:00
2019-01-22 14:20:24 +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!