Class: Deckify::DeckOut

Inherits:
Thor::Group
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/deckify.rb

Instance Method Summary collapse

Instance Method Details

#create_config_ruObject



38
39
40
# File 'lib/deckify.rb', line 38

def create_config_ru
  template "config.ru"
end

#create_custom_stylesheetsObject



25
26
27
28
# File 'lib/deckify.rb', line 25

def create_custom_stylesheets
  template "stylesheets/custom_stylesheet.css"
  template "stylesheets/pre.css"
end

#create_first_slideObject



16
17
18
# File 'lib/deckify.rb', line 16

def create_first_slide
  template "first_slide.md"
end

#create_gemfileObject



34
35
36
# File 'lib/deckify.rb', line 34

def create_gemfile
  template "Gemfile"
end

#create_guardfileObject



30
31
32
# File 'lib/deckify.rb', line 30

def create_guardfile
  template "Guardfile"
end

#create_showoff_jsonObject



12
13
14
# File 'lib/deckify.rb', line 12

def create_showoff_json
  template "showoff.json" 
end

#create_speaker_notesObject



20
21
22
23
# File 'lib/deckify.rb', line 20

def create_speaker_notes
  template "javascripts/speaker_notes.js"
  template "stylesheets/speaker_notes.css"
end