Skip to content

relizy / parseGitRemoteUrl

Function: parseGitRemoteUrl()

parseGitRemoteUrl(remoteUrl): { owner: string; repo: string; } | null

Defined in: src/core/git.ts:61

Parameters

remoteUrl

string

Returns

{ owner: string; repo: string; } | null

Released under the MIT License.