Module: ElmInstall

Defined in:
lib/elm_install.rb,
lib/elm_install/cache.rb,
lib/elm_install/utils.rb,
lib/elm_install/version.rb,
lib/elm_install/resolver.rb,
lib/elm_install/installer.rb,
lib/elm_install/graph_builder.rb

Overview

The main module for the gem.

Defined Under Namespace

Modules: Utils Classes: Cache, GraphBuilder, Installer, Resolver

Constant Summary collapse

VERSION =
'0.1.0'.freeze

Class Method Summary collapse

Class Method Details

.install(options = { verbose: false }) ⇒ Object



16
17
18
# File 'lib/elm_install.rb', line 16

def install(options = { verbose: false })
  Installer.new(options).install
end