Sha256: 90a32ed160846f93c35f35897b1ac22d7933a325ccd98a9b49282a2a82395ede
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
# encoding: UTF-8 module Tetra # tetra init class InitCommand < Tetra::BaseCommand def execute checking_exceptions do Tetra::Project.init(".") puts "Project inited." puts "Add sources to src/<package name>, binary dependencies to kit/." puts "When you are ready to test a build, use \"tetra dry-run\"." end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tetra-0.41.0 | lib/tetra/commands/init.rb |
tetra-0.40.0 | lib/tetra/commands/init.rb |