The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Gitalist::Git::CollectionOfRepositories::FromListOfDirectories - Model of a collection of git repositories

SYNOPSIS

my $collection = Gitalist::Git::CollectionOfRepositories::FromListOfDirectories->new( repos => [qw/
    /path/to/repos1
    /path/to/repos2
/] );
my $repository_list = $collection->repositories;
my $first_repository = $repository_list->[0];
my $named_repository = $repo->get_repository('Gitalist');

DESCRIPTION

This class provides an abstraction for a list of Repository directories.

ATTRIBUTES

repos (ArrayRef[NonEmptySimpleStr])

A list of git repository directories

SEE ALSO

Gitalist::Git::CollectionOfRepositories, Git::Gitalist::Repository

AUTHORS

See Gitalist for authors.

LICENSE

See Gitalist for the license.