Patrick Linnane 088bd26f5d
Merge pull request #19933 from Homebrew/dependabot/bundler/Library/Homebrew/language_server-protocol-3.17.0.5
build(deps-dev): bump language_server-protocol from 3.17.0.4 to 3.17.0.5 in /Library/Homebrew
2025-05-12 21:38:16 +00:00
..
2025-05-11 00:31:11 +00: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!