def generate_plugin_module(plugins)
        file_register = Rails.root.join("frontend/src/app/features/plugins/linked-plugins.module.ts")
        template_file = File.read(File.expand_path("linked-plugins.module.ts.erb", __dir__))
        template = ::ERB.new template_file, trim_mode: "-"