Sha256: 3f9a53391f09f82ccaeeed4488278bfbe476a0134323fffe90679f2c56c945e2

Contents?: true

Size: 370 Bytes

Versions: 12

Compression:

Stored size: 370 Bytes

Contents

#!/usr/bin/env ruby

require 'xamplr-gen'
require 'xamplr-gen/xampl-cl-gen'

include XamplGenerator
include Xampl

project_specialisations = File.join(%w{ . project-generator.rb })
specialised = false
if File.exists?(project_specialisations) then
  load project_specialisations
  specialised = true
end

generator = ProjectGenerator.new(specialised)
generator.generate

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
xamplr-gen-1.9.16 bin/xampl-gen
xamplr-gen-1.9.13 bin/xampl-gen
xamplr-gen-1.9.12 bin/xampl-gen
xamplr-gen-1.9.11 bin/xampl-gen
xamplr-gen-1.9.10 bin/xampl-gen
xamplr-gen-1.9.9 bin/xampl-gen
xamplr-gen-1.9.8 bin/xampl-gen
xamplr-gen-1.9.7 bin/xampl-gen
xamplr-gen-1.9.5 bin/xampl-gen
xamplr-gen-1.9.4 bin/xampl-gen
xamplr-gen-1.9.3 bin/xampl-gen
xamplr-gen-1.9.2 bin/xampl-gen