Class: SleepingKingStudios::Docs::Tasks::Installation::InstallTemplates
- Inherits:
-
Base
- Object
- Thor
- Base
- SleepingKingStudios::Docs::Tasks::Installation::InstallTemplates
- Defined in:
- lib/sleeping_king_studios/docs/tasks/installation/install_templates.rb
Overview
CLI task for installing Jekyll templates for a library.
Instance Method Summary collapse
-
#templates ⇒ Object
Installs or updates the Jekyll templates.
Instance Method Details
#templates ⇒ Object
Installs or updates the Jekyll templates
29 30 31 32 33 34 35 36 37 |
# File 'lib/sleeping_king_studios/docs/tasks/installation/install_templates.rb', line 29 def templates SleepingKingStudios::Docs::Commands::Installation::InstallTemplates .new( dry_run: ['dry_run'], force: ['force'], verbose: ['verbose'] ) .call(docs_path: ['docs_path']) end |