class MStrap::MiseInstaller

Overview

Manages the install of mise for managing language runtimes

NOTE See MStrap::RuntimeManagers::Mise for how mise is integrated

Included Modules

Defined in:

mstrap/supports/mise_installer.cr

Constructors

Instance Method Summary

Instance methods inherited from module MStrap::DSL::System

cmd(env : Hash | Nil, command : String, args : Array(String) | Nil, **kwargs) cmd, has_command?(command_name : String, **kwargs) : Bool has_command?

Instance methods inherited from module MStrap::DSL::Logging

log(msg) log, logc(msg) logc, logd(msg) logd, logn(msg) logn, logw(msg) logw, success(msg) success

Constructor Detail

def self.new(verify_installer : Bool | Nil = nil) #

[View source]

Instance Method Detail

def install! #

[View source]
def installed? #

[View source]