Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListGitIgnoreTemplates ¶ added in v1.12.0
ListGitIgnoreTemplates uses API v3 here because gitignore template isn't supported by GraphQL yet.
func ListLicenseTemplates ¶ added in v1.12.0
ListLicenseTemplates uses API v3 here because license template isn't supported by GraphQL yet.
func NewCmdCreate ¶
Types ¶
type CreateOptions ¶
type CreateOptions struct {
HttpClient func() (*http.Client, error)
Config func() (config.Config, error)
IO *iostreams.IOStreams
Name string
Description string
Homepage string
Team string
Template string
EnableIssues bool
EnableWiki bool
Public bool
Private bool
Internal bool
ConfirmSubmit bool
GitIgnoreTemplate string
LicenseTemplate string
}
Click to show internal directories.
Click to hide internal directories.