[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [GithubRemote](./cautious-journey.githubremote.md) > [splitProject](./cautious-journey.githubremote.splitproject.md) ## GithubRemote.splitProject() method Signature: ```typescript splitProject(project: string): Promise<{ owner: string; repo: string; }>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | project | string | | Returns: Promise<{ owner: string; repo: string; }>