Class: Bricky::Command

Inherits:
Thor
  • Object
show all
Defined in:
lib/bricky/command.rb

Instance Method Summary collapse

Instance Method Details

#bootstrapObject



17
18
19
# File 'lib/bricky/command.rb', line 17

def bootstrap
  Bricky::Commands::Bootstrap.execute
end

#builderObject



22
23
24
# File 'lib/bricky/command.rb', line 22

def builder
  Bricky::Commands::Builder.execute
end

#installObject



12
13
14
# File 'lib/bricky/command.rb', line 12

def install
  Bricky::Commands::Install.new.execute
end