Sha256: 65101b935c94d45b3e67839a541e4abca41c174ad567132d77a63d914f241951

Contents?: true

Size: 377 Bytes

Versions: 23

Compression:

Stored size: 377 Bytes

Contents

#!/usr/bin/env ruby

require 'xamplr-generator'
include XamplGenerator
include Xampl

options = Xampl.make(Options) { | options |
  options.new_index_attribute("name")
  options.new_index_attribute("id")
  options.new_index_attribute("pid").persisted = true

  options.resolve("http://xampl.com/generator", "XamplGenerator", "gen")
}

XamplGenerator.from_command_line(options)

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
hutch-xamplr-1.0.0 lib/xamplr/generate-elements.rb
hutch-xamplr-1.0.1 lib/xamplr/generate-elements.rb
hutch-xamplr-1.0.2 lib/xamplr/generate-elements.rb
hutch-xamplr-1.0.3 lib/xamplr/generate-elements.rb
hutch-xamplr-1.0.4 lib/xamplr/generate-elements.rb
hutch-xamplr-1.0.5 lib/xamplr/generate-elements.rb
hutch-xamplr-1.1.0 lib/xamplr/generate-elements.rb
hutch-xamplr-1.1.1 lib/xamplr/generate-elements.rb
hutch-xamplr-1.1.2 lib/xamplr/generate-elements.rb
hutch-xamplr-1.1.4 lib/xamplr/generate-elements.rb
hutch-xamplr-1.2.0 lib/xamplr/generate-elements.rb
hutch-xamplr-1.3.0 lib/xamplr/generate-elements.rb
hutch-xamplr-1.3.1 lib/xamplr/generate-elements.rb
hutch-xamplr-1.3.10 lib/xamplr/generate-elements.rb
hutch-xamplr-1.3.11 lib/xamplr/generate-elements.rb
hutch-xamplr-1.3.12 lib/xamplr/generate-elements.rb
hutch-xamplr-1.3.13 lib/xamplr/generate-elements.rb
hutch-xamplr-1.3.14 lib/xamplr/generate-elements.rb
hutch-xamplr-1.3.3 lib/xamplr/generate-elements.rb
hutch-xamplr-1.3.8 lib/xamplr/generate-elements.rb