Class: Yadecli::Cli::Module

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

Overview

Build

Instance Method Summary collapse

Instance Method Details

#install(project_name, module_name) ⇒ Object



18
19
20
# File 'lib/yadecli/cli/module.rb', line 18

def install(project_name, module_name)
  Yadecli::Service::ModuleService.new.install(project_name, module_name, options)
end

#list(project_name) ⇒ Object



12
13
14
# File 'lib/yadecli/cli/module.rb', line 12

def list(project_name)
  Yadecli::Service::ModuleService.new.list(project_name)
end