Sha256: 2ec3483c7bc176f27ce051169bd0c5083b6046e3093d685384befd30a60c914d
Contents?: true
Size: 239 Bytes
Versions: 12
Compression:
Stored size: 239 Bytes
Contents
module Xing::CLI::Templaters class DocFilesTemplater < Templater def template_files(arc) arc.copy file: "README.md", context: context arc.copy file: "CONTRIBUTING.md" arc.copy file: "CHANGELOG.md" end end end
Version data entries
12 entries across 12 versions & 1 rubygems