Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateRepoOption

CreateRepoOption options when creating repository

export
interface

CreateRepoOption

Hierarchy

  • CreateRepoOption

Index

Properties

auto_init?: boolean

Whether the repository should be auto-initialized?

memberof

CreateRepoOption

default_branch?: string

DefaultBranch of the repository (used when initializes and in template)

memberof

CreateRepoOption

description?: string

Description of the repository to create

memberof

CreateRepoOption

gitignores?: string

Gitignores to use

memberof

CreateRepoOption

issue_labels?: string

Label-Set to use

memberof

CreateRepoOption

license?: string

License to use

memberof

CreateRepoOption

name: string

Name of the repository to create

memberof

CreateRepoOption

private?: boolean

Whether the repository is private

memberof

CreateRepoOption

readme?: string

Readme of the repository to create

memberof

CreateRepoOption

template?: boolean

Whether the repository is template

memberof

CreateRepoOption

TrustModel of the repository

memberof

CreateRepoOption

Generated using TypeDoc