Kind: Function
Source: atloria-monorepo/apps/api/src/docs-pr/git-write/github-write.adapter.ts
Parse an owner/repo out of a GitHub repo URL (https or ssh, optional .git).
Signature
tsfunction parseGitHubRepo(repoUrl: string): { owner: string; repo: string }
Parameters
| Name | Type |
|---|---|
repoUrl | string |
Returns: { owner: string; repo: string }
Was this page helpful?