Formula(コマンド ライブラリの管理)
A formula is a package definition written in Ruby. It can be created with brew create
where is a zip or tarball, installed with brew install , and debugged with brew install --debug --verbose . Formulae use the Formula class API which provides various Homebrew-specific helpers.
Cask(アプリケーションの管理)
Homebrew Cask extends Homebrew and brings its elegance, simplicity, and speed to the installation and management of GUI macOS applications such as Visual Studio Code and Google Chrome.