StaticSiteTemplateOptions interface
Template Options for the static site.
Properties
description | Description of the newly generated repository. |
is |
Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public). |
owner | Owner of the newly generated repository. |
repository |
Name of the newly generated repository. |
template |
URL of the template repository. The newly generated repository will be based on this one. |
Property Details
description
Description of the newly generated repository.
description?: string
Property Value
string
isPrivate
Whether or not the newly generated repository is a private repository. Defaults to false (i.e. public).
isPrivate?: boolean
Property Value
boolean
owner
Owner of the newly generated repository.
owner?: string
Property Value
string
repositoryName
Name of the newly generated repository.
repositoryName?: string
Property Value
string
templateRepositoryUrl
URL of the template repository. The newly generated repository will be based on this one.
templateRepositoryUrl?: string
Property Value
string