Sha256: aa49f629ffa7e18c32994c5015d8742e3b3881de3373052b68461c7fbeab2c28
Contents?: true
Size: 458 Bytes
Versions: 641
Compression:
Stored size: 458 Bytes
Contents
require 'fastlane_core/ui/ui' module Fastlane UI = FastlaneCore::UI unless Fastlane.const_defined?("UI") module Helper class <%= plugin_name.fastlane_class %>Helper # class methods that you define here become available in your action # as `Helper::<%= plugin_name.fastlane_class %>Helper.your_method` # def self.show_message UI.message("Hello from the <%= plugin_name %> plugin helper!") end end end end
Version data entries
641 entries across 641 versions & 4 rubygems