Method: Frameit::CommandsGenerator.start

Defined in:
lib/frameit/commands_generator.rb

.startObject



10
11
12
13
14
15
16
# File 'lib/frameit/commands_generator.rb', line 10

def self.start
  FastlaneCore::UpdateChecker.start_looking_for_update('frameit')
  Frameit::DependencyChecker.check_dependencies
  self.new.run
ensure
  FastlaneCore::UpdateChecker.show_update_status('frameit', Frameit::VERSION)
end