Sha256: 6c45a987948d875b02bc5151e003490dc52b1b7fa1904b33e8c79e7c2f2f9de8

Contents?: true

Size: 368 Bytes

Versions: 1

Compression:

Stored size: 368 Bytes

Contents

# encoding: UTF-8

module Gjp
  # gjp init
  class InitCommand < Gjp::BaseCommand
    def execute
      checking_exceptions do
        Gjp::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 \"gjp dry-run\"."
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gjp-0.39.0 lib/gjp/commands/init.rb