Sha256: e38c46bde63f0f6f18a965d77cd746d7fd44fc1dd504052dc352ac50fc37ad39

Contents?: true

Size: 353 Bytes

Versions: 10

Compression:

Stored size: 353 Bytes

Contents

#!/usr/bin/env ruby

$current_dir = File.dirname(File.expand_path(__FILE__))
Dir[File.join($current_dir, "setup/*.rb")].each do |file|
  require_relative(file)
end

pod_name = ARGV.shift
framework = ARGV.shift
prefix = ARGV.shift
author  = ARGV.shift
is_simple  = ARGV.shift
Pod::TemplateConfigurator.new(pod_name,framework,prefix,author,is_simple).run

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
ykioscmd-0.6.7 lib/yk_command/project/simple_component_demo_template/configure
ykioscmd-0.6.6 lib/yk_command/project/simple_component_demo_template/configure
yk_command-0.6.5 lib/yk_command/project/simple_component_demo_template/configure
yk_command-0.6.4 lib/yk_command/project/simple_component_demo_template/configure
yk_command-0.6.2 lib/yk_command/project/simple_project_template/configure
yk_command-0.6.1 lib/yk_command/project/simple_project_template/configure
yk_command-0.6.0 lib/yk_command/project/simple_project_template/configure
yk_command-0.5.91 lib/yk_command/project/simple_project_template/configure
yk_command-0.5.9 lib/yk_command/project/simple_project_template/configure
yk_command-0.5.8 lib/yk_command/project/simple_project_template/configure