Sha256: 8c3f16f3e5340d27d20a6a574b7aa1d2be1c28f4ee3dd6f1cac1db60d63a86bf

Contents?: true

Size: 473 Bytes

Versions: 36

Compression:

Stored size: 473 Bytes

Contents

module <%= plugin_module_name %>

  class Processor

    include Climatic::Script::UnimplementedProcessor
    include Climatic::Proxy
    include PowerStencil::Project::Proxy


    def execute
      hello_message = '<%= main_entry_point.upcase %> PLUGIN WAZ HERE !!'
      # You have full access to the configuration and command line options within the plugin !
      hello_message = 'HI, ' + hello_message if config[:hello]
      puts hello_message
    end


  end


end

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
power_stencil-0.10.0 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.9.8 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.9.7 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.9.6 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.9.5 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.9.4 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.9.3 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.9.2 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.9.1 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.9.0 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.14 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.13 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.12 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.11 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.10 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.9 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.8 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.7 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.6 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.5 etc/templates/plugin_definition/lib/{entity}/{entity}_processor.rb.erb