Sha256: 2ac1daa59b3f76d1e074ecd8fc75284fdb412cbef0643ecd24a50e5507d65ab1

Contents?: true

Size: 188 Bytes

Versions: 2

Compression:

Stored size: 188 Bytes

Contents

#!/usr/bin/env ruby

require "watir_framework"

case ARGV.shift
when 'generate', 'new', 'create', 'project'
  NewProject.start ARGV
else
  raise StandardError, "command not supported"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
watir_framework-0.1.7 bin/watir_framework
watir_framework-0.1.6 bin/watir_framework