mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
10 lines
480 B
Markdown
10 lines
480 B
Markdown
# Homebrew Ruby API
|
|
|
|
This is the API for [Homebrew](https://github.com/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](https://docs.brew.sh/Formula-Cookbook) and [Ruby Style Guide](https://rubystyle.guide) helpful in creating formulae.
|
|
|
|
Good luck!
|