Sha256: f0d65377f2b7b2df26b5bca19aab567af887450e444649de10186360d2443d1d

Contents?: true

Size: 366 Bytes

Versions: 8

Compression:

Stored size: 366 Bytes

Contents

require 'guard/cli'

require_relative '../extension'
require_relative './jest'

module Hippo
    module Command

        class Guard < Thor::Group
            include Thor::Actions

            def start
                say 'Starting Guard', :green
                Command.load_current_extension
                ::Guard.start
            end
        end
    end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 lib/hippo/command/guard.rb
hippo-fw-0.9.8 lib/hippo/command/guard.rb
hippo-fw-0.9.7 lib/hippo/command/guard.rb
hippo-fw-0.9.6 lib/hippo/command/guard.rb
hippo-fw-0.9.5 lib/hippo/command/guard.rb
hippo-fw-0.9.4 lib/hippo/command/guard.rb
hippo-fw-0.9.3 lib/hippo/command/guard.rb
hippo-fw-0.9.2 lib/hippo/command/guard.rb