Sha256: 0dcfccf395b63bb635cac2647e7f00c8c9cd03ff2737307f1f3c1e2cec3b58ba
Contents?: true
Size: 457 Bytes
Versions: 15
Compression:
Stored size: 457 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
15 entries across 15 versions & 2 rubygems