Sha256: b6bee10128fa605c3ee6924db13be397788420a45957b6e9e6f3a68df694655b
Contents?: true
Size: 365 Bytes
Versions: 8
Compression:
Stored size: 365 Bytes
Contents
# encoding: UTF-8 module Tetra # tetra init class InitSubcommand < Tetra::Subcommand 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
8 entries across 8 versions & 1 rubygems