Sha256: 18a97a298dc67c39743694da9fe88c30d6fada90fad6cfb0645362fe53a6c8c9
Contents?: true
Size: 296 Bytes
Versions: 8
Compression:
Stored size: 296 Bytes
Contents
require_relative "project_generator" module Foobara module Generators module EmptyRubyProjectGenerator module Generators class LicenseGenerator < ProjectGenerator def template_path "LICENSE.txt.erb" end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems