Class: SalesforceClientApp::CLI

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

Instance Method Summary collapse

Instance Method Details

#init(project_name) ⇒ Object



6
7
8
9
# File 'lib/salesforce_client_app/cli.rb', line 6

def init(project_name)
  FileUtils.cp_r(File.expand_path('../../../example/', __FILE__), project_name)
  say("Files of \"#{project_name}\" project was generated.", :green)
end