Sha256: e1274662367781600ae6ef47376920d59e1d25723aafa66f1d9a12718eaf0d5d

Contents?: true

Size: 343 Bytes

Versions: 1

Compression:

Stored size: 343 Bytes

Contents

#!/usr/bin/env ruby

require 'commander/import'
require 'kryo'

program :name, 'kryo'
program :version, Kryo::VERSION
program :description, 'Kryo is a static blog generator'

default_command :help

command :new do |c|
  c.syntax = 'kryo new [options]'
  c.description = 'Builds a new kryo application'

  c.action do |args, options|
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kryo-0.0.1 bin/kryo