Class: Megam

Inherits:
Object
  • Object
show all
Defined in:
lib/megam/birr_options.rb,
lib/megam/config.rb,
lib/megam/install.rb,
lib/megam/version.rb,
lib/megam/core/log.rb,
lib/megam/core/text.rb,
lib/megam/core/exceptions.rb,
lib/megam/workarea_loader.rb

Overview

loads the workarea into keys/value eg: package/rails => ~/<your_install_file_dir>/package/rails

Defined Under Namespace

Modules: Install Classes: App, Birr, BirrOptions, CmdVerb, Config, Exceptions, FileCache, Log, Text, TransferArea, WorkArea, WorkAreaLoader

Constant Summary collapse

BIRR_ROOT =

expands the current directory of where the dew file executes and figures out the expanded directory

File.dirname(File.expand_path(File.dirname(__FILE__)))
VERSION =
'0.1'