module

MStrap::Darwin::MacOS

Constants

XCODE_CLT_GIT_PATH = "/Library/Developer/CommandLineTools/usr/bin/git"

Class methods

has_git?

Indicates whether the host platform has Git installed

NOTE: On macOS, there's a few tricks involved due to Xcode shims, so we'll only consider it installed if it's from Homebrew (or elsewhere), or installed via Xcode Command Line Tools

Source
install_packages!(packages : Array(String))
Source
package_installed?(package_name : String)
Source
uninstall_packages!(packages : Array(String))
Source