Create a repo. The returned `name` is local (unscoped).
(
name: string,
opts?: { readOnly?: boolean; description?: string; setDefaultBranch?: string },
)
| 52 | |
| 53 | /** Create a repo. The returned `name` is local (unscoped). */ |
| 54 | create( |
| 55 | name: string, |
| 56 | opts?: { readOnly?: boolean; description?: string; setDefaultBranch?: string }, |
| 57 | ): Promise<ArtifactsCreateRepoResult>; |
no outgoing calls
no test coverage detected