Gautham Goli b04fa04306
Merge pull request #5251 from GauthamGoli/outdated-args
outdated: Use CLI::Parser to parse args
2018-11-05 21:54:52 +05:30
..
2018-11-05 12:41:51 +08:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-04 17:31:03 +01:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:28:32 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:28:33 +00:00
2018-10-19 16:38:41 +01:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:26 +00:00
2018-11-02 17:29:26 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-10-19 16:38:41 +01:00
2018-10-14 12:11:54 -07:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +00:00
2018-11-02 17:29:23 +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!