Lionell Loh Jian An da007134c4
Apply suggestions from code review
Code review changes

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2020-06-29 16:20:07 +08:00
..
2020-06-22 11:36:04 -04:00
2020-06-28 02:07:53 +08:00
2020-06-25 05:10:42 +08:00
2020-06-10 10:06:46 +01:00
2020-06-25 03:14:32 +05:30
2020-06-28 02:07:53 +08:00
2020-06-25 13:42:27 +08:00
2020-06-22 14:07:31 +01:00
2020-06-22 14:09:33 +01:00
2020-04-07 09:58:26 +01:00
2020-06-22 10:23:00 +05:30
2020-05-23 14:38:58 +01:00
2020-05-23 14:38:58 +01:00
2020-06-02 09:49:23 +01:00
2020-06-22 14:09:33 +01:00
2020-06-10 10:06:46 +01:00
2020-06-25 13:42:27 +08:00
2020-06-27 09:59:56 +02:00
2020-06-24 18:32:53 +08:00
2020-05-23 19:39:11 +01:00
2020-06-25 11:59:42 -04:00
2020-06-23 14:11:05 +01:00
2020-05-31 13:52:55 +05:30
2020-06-02 09:49:23 +01:00
2020-05-23 14:38:58 +01:00
2020-05-18 13:50:46 +01:00
2020-06-10 19:29:04 +02:00
2020-04-07 09:58:26 +01:00
2020-06-10 10:06:46 +01:00
2020-05-23 14:38:58 +01:00
2020-05-23 14:38:58 +01:00
2020-06-02 09:49:23 +01:00
2020-03-13 21:16:18 +00:00
2020-04-23 18:11:10 +01:00
2020-06-25 11:59:42 -04:00
2020-02-28 14:57:28 -05:00

Homebrew's Formula API

This is the 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!