Sha256: d01ca18d9e482e1d2788947a3e98c11adb1dee976315345549ed1599ff68bec7
Contents?: true
Size: 358 Bytes
Versions: 18
Compression:
Stored size: 358 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('../../templates/app_generators', __FILE__) OrigenAppGenerators.add_generators(<%= @namespace %>::AVAILABLE, template_dir: template_dir)
Version data entries
18 entries across 18 versions & 2 rubygems