Class: HTMLPackage::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/html_package/cli.rb

Instance Method Summary collapse

Instance Method Details

#installObject



11
12
13
14
# File 'lib/html_package/cli.rb', line 11

def install
  package = HTMLPackage::Package.open options[:file], nil, options[:dev]
  HTMLPackage::Loader.new(package, options[:out]).load
end