Sha256: aa38b27de5b6fe8baf14f5e03077ac90c1c872c872bf6ddf0bced70af48cf3f1
Contents?: true
Size: 462 Bytes
Versions: 5
Compression:
Stored size: 462 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true if File.exist?(File.expand_path("../../.git", __dir__)) ENV["RUBYOPT"] = ENV["RUBYOPT"].sub("-rsimplecov ", "") gem "decidim-core" end if ARGV[0] == "--component" ARGV.replace(["component", *ARGV[1..-1]]) require "decidim/generators/component_generator" Decidim::Generators::ComponentGenerator.start else require "decidim/generators/app_generator" Decidim::Generators::AppGenerator.start end
Version data entries
5 entries across 5 versions & 1 rubygems