Interface GenerateRepoOption

GenerateRepoOption options when creating repository using a template

Hierarchy

  • GenerateRepoOption

Properties

avatar?: boolean

include avatar of the template repo

default_branch?: string

Default branch of the new repository

description?: string

Description of the repository to create

git_content?: boolean

include git content of default branch in template repo

git_hooks?: boolean

include git hooks in template repo

labels?: boolean

include labels in template repo

name: string

Name of the repository to create

Unique Items

true

owner: string

The organization or person who will own the new repository

private?: boolean

Whether the repository is private

topics?: boolean

include topics in template repo

webhooks?: boolean

include webhooks in template repo

Generated using TypeDoc