class RepoCombiner

Defined in:

repo_combiner.cr

Constant Summary

VERSION = "0.1.0"

Constructors

Instance Method Summary

Constructor Detail

def self.new(target_dir = nil, github_token : Nil | String = nil) #

[View source]

Instance Method Detail

def add_repo(url, branch = "master", subdir = unique_subdir(".")) #

[View source]
def github_token : String | Nil #

[View source]
def github_token=(github_token : String | Nil) #

[View source]
def target_dir : String #

[View source]
def target_dir=(target_dir : String) #

[View source]
def verbose : Bool #

[View source]
def verbose=(verbose : Bool) #

[View source]