Sha256: 661d6794bfc401c557052c90eee6e6e2dad179bf370404392f0aaa2d20b95c71

Contents?: true

Size: 201 Bytes

Versions: 7

Compression:

Stored size: 201 Bytes

Contents

#!/usr/bin/env ruby
require_relative "../lib/github_exporter"
include GithubExporter
if ARGV.empty?
  GithubExporter::CLI.start(%w[usage])
else
  GithubExporter::CLI.start(%w[export].concat(ARGV))
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
github_exporter-0.1.6 bin/github_exporter
github_exporter-0.1.5 bin/github_exporter
github_exporter-0.1.4 bin/github_exporter
github_exporter-0.1.3 bin/github_exporter
github_exporter-0.1.2 bin/github_exporter
github_exporter-0.1.1 bin/github_exporter
github_exporter-0.1.0 bin/github_exporter