Sha256: 2e15823b7b7f9ab9bd504e641f7f6abbbba32b328667dc4db9c72bc8ca8155fd

Contents?: true

Size: 362 Bytes

Versions: 61

Compression:

Stored size: 362 Bytes

Contents

# This file is used to hook the generators defined in this plugin into the
# 'origen new' command, it must not be removed or modified
require 'origen_app_generators'
require "<%= @name %>"
template_dir = File.expand_path('../../app/templates/app_generators', __FILE__)
OrigenAppGenerators.add_generators(<%= @namespace %>::AVAILABLE, template_dir: template_dir)

Version data entries

61 entries across 61 versions & 2 rubygems

Version Path
origen-0.50.0 origen_app_generators/templates/app_generators/origen_infrastructure/app_generator_plugin/config/load_generators.rb