Class: Command::GithubActionsGenerator
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Command::GithubActionsGenerator
- Includes:
- GeneratorHelpers, Thor::Actions
- Defined in:
- lib/command/generate_github_actions.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#copy_files ⇒ Object
15 16 17 18 19 20 |
# File 'lib/command/generate_github_actions.rb', line 15 def copy_files relative_paths = generated_files copy_template_files(relative_paths) substitute_template_variables(relative_paths) make_shell_scripts_executable(relative_paths) end |