Skip to main content

Module repository

Module repository 

Source
Expand description

Repository specification parsing and remote URL detection.

Provides utilities for parsing OWNER/REPO strings and detecting repository information from the current directory’s git remote.

Structs§

RepoSplit
A parsed repository specification consisting of an owner and repo name.

Functions§

detect_remote
Detect the repository from the current directory’s git remote.
parse_repo_spec
Parse a repository spec string in OWNER/REPO format.