Mike McQuaid 7c663b3684
Merge pull request #11588 from cho-m/cask-docs-fix-urls
docs: fix cask doc urls to use docs.brew.sh
2021-06-28 12:55:18 +01:00
..
2021-06-25 00:14:00 +00:00
2021-06-22 09:22:36 -05:00
2021-06-22 18:06:53 +01:00
2021-06-22 18:06:52 +01:00
2021-06-22 20:57:09 +09:00
2021-06-18 15:30:14 -04:00
2021-06-15 12:52:39 +01:00
2021-06-22 18:06:52 +01:00
2021-06-11 20:02:31 +05:30
2021-06-22 18:06:52 +01:00

Homebrew Ruby API

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