Sha256: 30264747569f438ff545e079cf5086fda0979fdc72eeb65afd7f1e51974ebd00
Contents?: true
Size: 359 Bytes
Versions: 66
Compression:
Stored size: 359 Bytes
Contents
#!/usr/bin/env ruby # begin require 'picky-generators' rescue LoadError => e require 'rubygems' picky_path = File.expand_path '../../lib', __FILE__ $:.unshift(picky_path) if File.directory?(picky_path) && !$:.include?(picky_path) require 'picky-generators' end generator_selector = Picky::Generators::Selector.new generator_selector.generate *ARGV
Version data entries
66 entries across 66 versions & 1 rubygems