Sha256: 340f837215ad6307664070a9b7df40ccbe2421633ed97ed29e3ee86870bdbcf6

Contents?: true

Size: 423 Bytes

Versions: 5

Compression:

Stored size: 423 Bytes

Contents

require '<%= config[:project] %>/version'

# <%= config[:classname] %>
#
# This is the top level container module for your library.
module <%= config[:classname] %>
<% unless config[:library_only] -%>
  # Callback invoked before the CLI loads all its command modules.
  def self.before_command_load
  end

  # Callback invoked after the CLI loads all its command modules.
  def self.after_command_load
  end
<% end -%>
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
projecter-0.1.4 templates/mainlib.rb.tt
projecter-0.1.3 templates/mainlib.rb.tt
projecter-0.1.2 templates/mainlib.rb.tt
projecter-0.1.1 templates/mainlib.rb.tt
projecter-0.0.3 templates/mainlib.rb.tt