Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GenerateRepoOption

GenerateRepoOption options when creating repository using a template

export
interface

GenerateRepoOption

Hierarchy

  • GenerateRepoOption

Index

Properties

avatar?: boolean

include avatar of the template repo

memberof

GenerateRepoOption

default_branch?: string

Default branch of the new repository

memberof

GenerateRepoOption

description?: string

Description of the repository to create

memberof

GenerateRepoOption

git_content?: boolean

include git content of default branch in template repo

memberof

GenerateRepoOption

git_hooks?: boolean

include git hooks in template repo

memberof

GenerateRepoOption

labels?: boolean

include labels in template repo

memberof

GenerateRepoOption

name: string

Name of the repository to create

memberof

GenerateRepoOption

owner: string

The organization or person who will own the new repository

memberof

GenerateRepoOption

private?: boolean

Whether the repository is private

memberof

GenerateRepoOption

topics?: boolean

include topics in template repo

memberof

GenerateRepoOption

webhooks?: boolean

include webhooks in template repo

memberof

GenerateRepoOption

Generated using TypeDoc