Medic.Checks.Homebrew (Medic v2.0.1)

View Source

Expects a Brewfile to be present, and homebrew packages declared in the Brewfile to be up-to-date.

Examples

{Check.Homebrew, :bundled?}
{Check.Homebrew, :bundled?, [path_to_file]}

Summary

Functions

Expects there to be a Brewfile, and for all the dependencies in that Brewfile to be up to date.

Functions

brewfile_exists?()

@spec brewfile_exists?() :: Medic.Check.check_return_t()

bundled?()

@spec bundled?() :: Medic.Check.check_return_t()

Expects there to be a Brewfile, and for all the dependencies in that Brewfile to be up to date.

bundled?(file)

@spec bundled?(Path.t()) :: Medic.Check.check_return_t()

homebrew_installed?()