Mike McQuaid 7a58305711
Merge pull request #4843 from MikeMcQuaid/edit-simplify
dev-cmd/edit: simplify project view handling.
2018-09-06 13:14:23 +01:00
..
2018-09-06 09:30:52 +02:00
2018-09-06 09:30:52 +02:00
2018-09-04 05:16:59 +02:00
2018-09-06 01:10:47 +02:00
2018-09-05 16:01:36 +08:00
2018-09-06 09:30:52 +02:00
2018-07-13 08:22:33 +01:00
2017-11-30 09:42:14 +00:00
2018-09-02 20:15:09 +01:00
2018-07-26 10:09:02 +01:00
2018-08-23 11:50:42 -04:00
2018-07-26 10:49:07 +01:00
2016-09-23 15:30:07 +02:00
2018-09-06 09:30:52 +02:00
2018-06-07 13:48:35 +02:00
2017-11-05 15:37:57 +00:00
2018-09-04 09:56:57 +01:00
2018-04-30 17:03:11 +02:00
2018-07-17 23:38:57 +02:00
2018-06-30 19:40:14 -04:00
2018-06-30 19:40:14 -04:00
2018-09-02 20:15:09 +01:00
2018-03-24 16:55:16 +00:00
2018-03-24 16:55:16 +00:00
2018-06-07 14:02:31 +02:00
2018-09-02 20:15:09 +01:00
2018-09-06 01:10:47 +02:00
2017-09-24 21:23:59 +01:00
2018-09-02 20:15:09 +01:00
2018-07-30 21:07:42 +02:00
2018-09-06 01:10:47 +02:00
2018-09-02 20:15:09 +01:00
2018-06-30 19:40:14 -04:00
2018-09-02 20:15:09 +01:00
2018-07-14 15:41:16 +01:00
2018-06-30 19:40:14 -04:00
2018-04-07 20:28:56 +01:00
2018-07-19 16:41:27 +02:00
2018-04-20 19:11:22 +02:00
2017-09-24 21:23:59 +01:00
2018-09-04 05:16:59 +02:00
2018-02-22 19:46:58 +00:00
2018-09-06 01:10:47 +02:00
2018-07-12 10:39:27 +02:00
2018-06-18 16:23:36 +02:00
2018-09-02 16:15:09 +01:00
2018-09-04 05:16:59 +02:00
2018-09-04 05:16:59 +02:00
2018-07-23 19:58:39 +01:00
2018-09-06 01:10:47 +02:00
2018-09-06 09:30:52 +02:00
2018-09-02 20:15:09 +01: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!