Sha256: 57ffecd332714ae9cbe7dad569a2820aa17cff844a0ad00af6dd25bc387dd16d

Contents?: true

Size: 472 Bytes

Versions: 36

Compression:

Stored size: 472 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.8.4 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.3 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.2 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.1 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.8.0 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.7.4 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.7.3 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.7.2 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.7.1 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.7.0 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.6.3 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.6.2 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.6.1 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.6.0 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.5.1 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb
power_stencil-0.5.0 etc/meta_templates/plugin_seed/lib/{entity}/{entity}_processor.rb.erb