Interface GenerateRepoOption
Properties
Optional avatar
avatar?: boolean
Optional default_branch
default_branch?: string
Optional description
description?: string
Optional git_content
git_content?: boolean
Optional git_hooks
git_hooks?: boolean
Optional labels
labels?: boolean
name
name: string
owner
owner: string
Optional private
private?: boolean
Optional topics
topics?: boolean
Optional webhooks
webhooks?: boolean
GenerateRepoOption options when creating repository using a template
GenerateRepoOption