Class: Boostx::Cli

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

Instance Method Summary collapse

Instance Method Details

#init(project_name) ⇒ Object



7
8
9
10
# File 'lib/boostx/cli.rb', line 7

def init(project_name)
  builder = Boostx::Core::Builder.new
  builder.init(project_name)
end