Sha256: e920bb731f12a5f5773ac0c7d493d2b8f9da42f6c0da00da2ca70c0d307f096e
Contents?: true
Size: 254 Bytes
Versions: 6
Compression:
Stored size: 254 Bytes
Contents
task :install do template_path = File.expand_path('../../templates', __FILE__) if Kubec::Application.config_exist? warn '[SKIP] Kubec is already setup' exit 1 end FileUtils.cp_r("#{template_path}/.", '.') puts 'Kubec Initialized' end
Version data entries
6 entries across 6 versions & 1 rubygems