Docs

Tools for generating a versioned documentation site from YARD docs.

Class: SleepingKingStudios::Docs::Commands::Installation::InstallJekyll

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

Table Of Contents

Overview

Installs the Jekyll application.

Back To Top

Constructor

#initialize(**options) => Object

Overloads

#initialize(**options) => Object
Parameters
  • options (Hash) — additional options for the command.
Options Hash (options)
  • description (String) — a short description of the documented library.
  • dry_run (Boolean) — if true, does not apply filesystem changes. Defaults to false.
  • name (String) — the name of the documented library.
  • repository (String) — the URL of the library repository.
  • verbose (Boolean) — if true, prints updates to STDOUT. Defaults to true.

Returns

Back To Top

Instance Methods

#description => String

Returns

#dry_run? => Boolean

Returns

#name => String

Returns

#repository => String

Returns

#verbose? => Boolean

Returns

Back To Top


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