Sha256: d93dd1b057c3938b14d3267d14ee9fd900cd261cadf26007843000f7188bacaa
Contents?: true
Size: 357 Bytes
Versions: 3
Compression:
Stored size: 357 Bytes
Contents
module OrigenAppGenerators # Generates a generic plugin shell class GenericPlugin < Plugin # Any methods that are not protected will get invoked in the order they are # defined when the generator is run def generate_files build_filelist end def conclude puts "New app created at: #{destination_root}" end end end
Version data entries
3 entries across 3 versions & 1 rubygems