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

Version Path
tetra-0.46.0 lib/tetra/commands/init.rb
tetra-0.45.0 lib/tetra/commands/init.rb
tetra-0.44.0 lib/tetra/commands/init.rb
tetra-0.43.0 lib/tetra/commands/init.rb
tetra-0.42.0 lib/tetra/commands/init.rb