Sha256: 5cc482b2e07127b722de32d56e3fcac2a6fb007cc177d3c16c880a3637de3805

Contents?: true

Size: 402 Bytes

Versions: 1

Compression:

Stored size: 402 Bytes

Contents

#!/usr/bin/env ruby

root = File.expand_path(File.join(File.dirname(__FILE__),'..'))
if File.directory?(File.join(root,'.git'))
  Dir.chdir(root) do
    begin
      require 'bundler/setup'
    rescue LoadError => e
      warn e.message
      warn "Run `gem install bundler` to install Bundler"
      exit -1
    end
  end
end

require "bibi/cli/commands/publish"
Dry::CLI.new(Bibi::CLI::Commands).call

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bibi-cli-0.1.0 bin/bibi