Sha256: e7769fbb2245d8fc429539f2742c37d86a715d77e6ea5152602d72d260fcdfa4

Contents?: true

Size: 319 Bytes

Versions: 17

Compression:

Stored size: 319 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
Pod::TemplateConfigurator.new(pod_name,framework,prefix,author).run

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
ykioscmd-0.6.7 lib/yk_command/project/full_component_demo_template/configure
ykioscmd-0.6.6 lib/yk_command/project/full_component_demo_template/configure
yk_command-0.6.5 lib/yk_command/project/full_component_demo_template/configure
yk_command-0.6.4 lib/yk_command/project/full_component_demo_template/configure
yk_command-0.6.2 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.6.1 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.6.0 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.91 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.9 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.8 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.7 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.6 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.5 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.4 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.3 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.2 lib/yk_command/project/YKProjectTemplate/configure
yk_command-0.5.1 lib/yk_command/project/YKProjectTemplate/configure