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
install_packages!(packages : Array(String))
Sourcepackage_installed?(package_name : String)
Sourceuninstall_packages!(packages : Array(String))
Source