Class: Xing::CLI::Templaters::DocFilesTemplater
- Defined in:
- lib/xing/cli/templaters/doc_files_templater.rb
Instance Attribute Summary
Attributes inherited from Templater
#context, #guard, #target_name
Instance Method Summary collapse
Methods inherited from Templater
Constructor Details
This class inherits a constructor from Xing::CLI::Templaters::Templater
Instance Method Details
#template_files(arc) ⇒ Object
3 4 5 6 7 |
# File 'lib/xing/cli/templaters/doc_files_templater.rb', line 3 def template_files(arc) arc.copy file: "README.md", context: context arc.copy file: "CONTRIBUTING.md" arc.copy file: "CHANGELOG.md" end |