Docs

Tools for generating a versioned documentation site from YARD docs.

Class: SleepingKingStudios::Docs::Commands::Installation::InstallTemplates

Parent Namespace
SleepingKingStudios::Docs::Commands::Installation
Inherited Classes
Cuprum::Command > Object
Defined In
lib/sleeping_king_studios/docs/commands/installation/install_templates.rb

Table Of Contents

Overview

Installs the Liquid template files.

Back To Top

Constructor

#initialize(**options) => Object

Overloads

#initialize(**options) => Object
Parameters
  • options (Hash) — additional options for the command.
Options Hash (options)
  • dry_run (Boolean) — if true, does not apply filesystem changes. Defaults to false.
  • force (Boolean) — if true, replaces existing template files.
  • ignore_existing (Boolean) — if true, does not attempt to copy over existing files.
  • verbose (Boolean) — if true, prints updates to STDOUT. Defaults to true.

Returns

Back To Top

Instance Methods

#dry_run? => Boolean

Returns

#force? => Boolean

Returns

#ignore_existing? => Boolean

Returns

#verbose? => Boolean

Returns

Back To Top


Back to Documentation | Reference | SleepingKingStudios | SleepingKingStudios::Docs | SleepingKingStudios::Docs::Commands | SleepingKingStudios::Docs::Commands::Installation