Sha256: 2fed9e3f65f64ae03f283c11a1c0e8b329d27dfc425be6a0dafdb8b799a48ef2

Contents?: true

Size: 321 Bytes

Versions: 12

Compression:

Stored size: 321 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

# Automatically run with bundler.
#
current_path = File.expand_path(".")
binstub_path = File.join(current_path, "bin/pakyow")
if !defined?(Bundler) && File.exist?(binstub_path)
  exec "#{binstub_path} #{ARGV.join(" ")}"
else
  require "pakyow/cli"
  Pakyow::CLI.new
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pakyow-core-1.0.6 commands/pakyow
pakyow-core-1.0.5 commands/pakyow
pakyow-core-1.0.4 commands/pakyow
pakyow-core-1.0.3 commands/pakyow
pakyow-core-1.0.2 commands/pakyow
pakyow-core-1.0.1 commands/pakyow
pakyow-core-1.0.0 commands/pakyow
pakyow-core-1.0.0.rc5 commands/pakyow
pakyow-core-1.0.0.rc4 commands/pakyow
pakyow-core-1.0.0.rc3 commands/pakyow
pakyow-core-1.0.0.rc2 commands/pakyow
pakyow-core-1.0.0.rc1 commands/pakyow