Markus Reiter ec0d8fa7ba Merge pull request #3220 from yzguy/yzguy/cask_available_languages_to_info
add available languages to cask info command
2017-10-03 08:31:56 +02:00
..
2017-09-10 16:40:18 +00:00
2017-09-24 21:23:59 +01:00
2017-09-29 22:18:24 +02:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-21 14:27:17 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-29 19:53:50 +01:00
2017-09-24 21:23:59 +01:00
2017-08-27 01:18:41 +05:30
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-01 01:50:26 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-29 11:41:23 +02:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-24 21:23:59 +01:00
2017-09-29 22:18:24 +02: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!