Medic.Checks.Homebrew (Medic v2.0.1)
View SourceExpects 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
@spec brewfile_exists?() :: Medic.Check.check_return_t()
@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.
@spec bundled?(Path.t()) :: Medic.Check.check_return_t()