Tesseract.DataFiles.GitHubProjectType
struct GitHubProject
    owner::String
    package::String
    branch::String
    basedir::String
end

This structure holds details about a GitHub project we will be downloading information from.

Values:

NameDescription
ownerThe owner of the project.
packageThe package to look in.
branchThe branch to use.
basedirThe directory in the package to look for the files in.
source