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
- (InstallTemplates) — a new instance of InstallTemplates
Back To Top
Instance Methods
#dry_run? => Boolean
Returns
- (Boolean) — if true, does not apply filesystem changes.
#force? => Boolean
Returns
- (Boolean) — if true, overwrites existing template files.
#ignore_existing? => Boolean
Returns
- (Boolean) — if true, does not attempt to copy over existing files.
#verbose? => Boolean
Returns
- (Boolean) — if true, prints updates to STDOUT.
Back To Top
Back to
Documentation |
Reference
|
SleepingKingStudios
|
SleepingKingStudios::Docs
|
SleepingKingStudios::Docs::Commands
|
SleepingKingStudios::Docs::Commands::Installation