Class: Bizflow::InstallComand

Inherits:
Object
  • Object
show all
Defined in:
lib/bizflow/command/install_command.rb

Class Method Summary collapse

Class Method Details

.run(config, args) ⇒ Object



7
8
9
10
11
12
13
# File 'lib/bizflow/command/install_command.rb', line 7

def self.run(config, args)
  cg = Bizflow::ConfigGenerator.new()
  cg.generate
  puts "bizflow_config created in root path"

  FileUtils::mkdir_p "#{Dir.pwd}/bizflow_processes"
end