Class: Wlog::Bootstrap

Inherits:
Object
  • Object
show all
Defined in:
lib/wlog/ui/bootstrap.rb

Overview

Author:

  • Simon Symeonidis

Class Method Summary collapse

Class Method Details

.configure!Object

make $HOME/.config/wlog standard dirs, and pull up database



11
12
13
14
15
16
# File 'lib/wlog/ui/bootstrap.rb', line 11

def self.configure!
  Helpers.make_dirs!
  InnitDb.new.execute 
  # Initial setup if first time running
  SetupWizard.new.run if Helpers.first_setup?
end