download_github_repositories

download_github_repositories(repositories: list[str]) None[source]

Clone a list of GitHub repositories into the user’s village_projects directory.

If a repository already exists and is not empty, it is skipped. Updates the ‘GITHUB_REPOSITORIES_DOWNLOADED’ setting upon success.

Parameters:

repositories (list[str]) – A list of GitHub repository URLs.