brew/Library/Homebrew/README.md

10 lines
480 B
Markdown
Raw Permalink Normal View History

# Homebrew Ruby API
2021-04-03 02:09:22 +02:00
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.
2020-11-03 12:39:26 -05:00
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!