Class: FoxPage::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/fox_page/cli.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



8
9
10
11
12
# File 'lib/fox_page/cli.rb', line 8

def build
  app = require_application

  app.build
end

#serverObject



15
16
17
18
19
# File 'lib/fox_page/cli.rb', line 15

def server
  app = require_application

  app.server.start
end