Sha256: 8fbbc5d96919dc1d13307d0c2fe7c4c1a5a77310f5e90422df058cbabd805829
Contents?: true
Size: 531 Bytes
Versions: 3
Compression:
Stored size: 531 Bytes
Contents
module Gemsmith module Skeletons # Configures documentation support. class DocumentationSkeleton < BaseSkeleton def create cli.template "%gem_name%/README.md.tt", cli.template_options cli.template "%gem_name%/CONTRIBUTING.md.tt", cli.template_options cli.template "%gem_name%/CODE_OF_CONDUCT.md.tt", cli.template_options cli.template "%gem_name%/LICENSE.md.tt", cli.template_options cli.template "%gem_name%/CHANGELOG.md.tt", cli.template_options end end end end
Version data entries
3 entries across 3 versions & 1 rubygems