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§
- Repo
Split - 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/REPOformat.