Sha256: 734e990ee8a79c314d1f1aedda045fb2761ed2b5a3561d8a72d08d2ff552c3b7
Contents?: true
Size: 364 Bytes
Versions: 5
Compression:
Stored size: 364 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/, binary dependencies to kit/." puts "When you are ready to test a build, use \"tetra dry-run\"." end end end end
Version data entries
5 entries across 5 versions & 1 rubygems