Sha256: 7a729017a169595b810551a522c62581fe4684f364d7783f0d556ccfacde23df

Contents?: true

Size: 224 Bytes

Versions: 17

Compression:

Stored size: 224 Bytes

Contents

#!/usr/bin/env ruby
require "hexx-suit"

# Command line runner.
class CLI < Thor
  register(
    Hexx::Suit::Install,
    "install",
    "install [NAME]",
    "Creates a Rakefile in the application root."
  )
end

CLI.start

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
hexx-suit-2.3.2 bin/hexx-suit
hexx-suit-2.3.0 bin/hexx-suit
hexx-suit-2.2.3 bin/hexx-suit
hexx-suit-2.2.2 bin/hexx-suit
hexx-suit-2.2.1 bin/hexx-suit
hexx-suit-2.2.0 bin/hexx-suit
hexx-suit-2.1.0 bin/hexx-suit
hexx-suit-2.0.0 bin/hexx-suit
hexx-suit-1.5.0-x86_64-linux bin/hexx-suit
hexx-suit-1.3.0-x86_64-linux bin/hexx-suit
hexx-suit-1.2.0 bin/hexx-suit
hexx-suit-1.0.0 bin/hexx-suit
hexx-suit-0.2.2 bin/hexx-suit
hexx-suit-0.2.1 bin/hexx-suit
hexx-suit-0.2.0 bin/hexx-suit
hexx-suit-0.1.0 bin/hexx-suit
hexx-suit-0.0.1 bin/hexx-suit