Sha256: bc4114acc1ca37b023a52202e12266117774a28f790b17013b2859ff763df952

Contents?: true

Size: 511 Bytes

Versions: 1146

Compression:

Stored size: 511 Bytes

Contents

require '<%= require_path %>/version'

module Fastlane
  module <%= plugin_name.fastlane_class %>
    # Return all .rb files inside the "actions" and "helper" directory
    def self.all_classes
      Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
    end
  end
end

# By default we want to import all available actions and helpers
# A plugin can contain any number of actions and plugins
Fastlane::<%= plugin_name.fastlane_class %>.all_classes.each do |current|
  require current
end

Version data entries

1,146 entries across 1,146 versions & 5 rubygems

Version Path
fastlane-1.94.1 lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%.rb.erb
fastlane-1.94.0 lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%.rb.erb
fastlane-1.93.1 lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%.rb.erb
fastlane-1.93.0 lib/fastlane/plugins/template/lib/fastlane/plugin/%plugin_name%.rb.erb
fastlane-1.92.0.beta2 lib/fastlane/plugins/templates/plugin.rb.erb
fastlane-1.92.0.beta1 lib/fastlane/plugins/templates/plugin.rb.erb