Class: Rubysmith::Builders::GitHub

Inherits:
Abstract
  • Object
show all
Defined in:
lib/rubysmith/builders/git_hub.rb

Overview

Builds project skeleton GitHub templates.

Instance Method Summary collapse

Methods inherited from Abstract

call, #initialize

Constructor Details

This class inherits a constructor from Rubysmith::Builders::Abstract

Instance Method Details

#callObject



11
12
13
14
15
16
17
18
19
# File 'lib/rubysmith/builders/git_hub.rb', line 11

def call
  render_funding

  return configuration unless configuration.build_git_hub

  builder.call(with_issue_template).render
  builder.call(with_pull_request_template).render
  configuration
end