Sha256: 578bf95e6f63e931c45a47bcb1e91866e5ae6cbcd9e2e30459f1722dcec7de6d
Contents?: true
Size: 708 Bytes
Versions: 1
Compression:
Stored size: 708 Bytes
Contents
#!/usr/bin/env ruby require 'reap/application' HELP = <<-END Usage: #{File.basename($0)} [options] Generate packages. This command currently supports the following formats: zip, tgz and gem. Generated packages are stored in the conventional pkg/ directory. The types of packages generated can be specified via the format option. The defualt format setting includes all three types. format List of formats to generate. Almost any other piece of package metadata can be overridden via the command options. This command first runs the reap-prepare process, which includes reap-clean and reap-version. END if ARGV.include?('--help') puts HELP else app = Reap::Application.new app.package end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reap-9.4.0 | bin/reap-package |