Sha256: 1a4baec7aae0d36a2320438079b3cacd7e8d392ee8a9a7cd64c6185c669ee32d
Contents?: true
Size: 508 Bytes
Versions: 1
Compression:
Stored size: 508 Bytes
Contents
#!/usr/bin/env ruby require 'reap/application' HELP = <<-END Usage: #{File.basename($0)} [options] Reap scaffold will generate a conventional Ruby project layout of directories and files. It uses information from project metadata to improve upon the scaffolding if it is available (see reap-init). reap-scaffold will not overwite pre-existing files of the same name unless the --force option is supplied. END if ARGV.include?('--help') puts HELP else app = Reap::Application.new app.scaffold end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reap-9.4.0 | bin/reap-scaffold |