Mike McQuaid c6a5bbac7d
Merge pull request #3411 from issyl0/whitelist_etc_and_fix_autocorrect
formula_desc_cop: Whitelist "etc." and fix the full stop autocorrect
2017-11-19 14:39:09 +00:00
..
2017-11-05 15:40:46 +00:00
2017-11-18 11:22:46 +00:00
2017-10-24 19:39:40 +02:00
2017-11-17 17:41:58 +00:00
2017-11-18 17:04:54 -08:00
2017-10-24 19:39:40 +02:00
2017-10-24 19:39:40 +02:00
2017-11-05 15:37:57 +00:00
2017-10-18 14:39:09 +02:00
2017-10-26 10:21:46 +10:00
2017-10-18 14:39:09 +02:00
2017-11-17 17:41:58 +00:00
2017-10-18 14:39:09 +02:00
2017-11-02 07:26:00 -07:00
2017-10-24 19:39:40 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-11-17 19:47:58 +00:00
2017-11-05 15:40:46 +00:00
2017-10-18 14:39:09 +02:00
2017-10-24 19:39:40 +02:00
2017-10-18 14:39:09 +02:00
2017-10-18 14:39:09 +02:00
2017-11-05 15:37:57 +00:00
2017-11-17 17:41:58 +00:00
2017-11-05 15:39:43 +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!