Class: HTMLPackage::CLI
- Inherits:
-
Thor
- Object
- Thor
- HTMLPackage::CLI
- Defined in:
- lib/html_package/cli.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
11 12 13 14 |
# File 'lib/html_package/cli.rb', line 11 def install package = HTMLPackage::Package.open [:file], nil, [:dev] HTMLPackage::Loader.new(package, [:out]).load end |