
And remove the documented stuff from the `example-formula.rb`. Closes Homebrew/homebrew#43241. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
9 lines
529 B
Markdown
9 lines
529 B
Markdown
# Homebrew's Formula API
|
|
This is the (partially) documented public API for Homebrew. It's currently a work in progress. Sorry about that!
|
|
|
|
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](Formula-Cookbook.md) and [Ruby Style Guide](https://github.com/styleguide/ruby) helpful in creating formulae.
|
|
|
|
Good luck!
|