Skip to main content

parseRepoUrl

Home > @backstage/plugin-scaffolder-node > parseRepoUrl

Signature:

parseRepoUrl: (repoUrl: string, integrations: ScmIntegrationRegistry) => {
repo: string;
host: string;
owner?: string | undefined;
organization?: string | undefined;
workspace?: string | undefined;
project?: string | undefined;
}