17 lines
641 B
Markdown
17 lines
641 B
Markdown
|
|
# CreateRepoOption
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**autoInit** | **Boolean** | Whether the repository should be auto-intialized? | [optional]
|
|
**description** | **String** | Description of the repository to create | [optional]
|
|
**gitignores** | **String** | Gitignores to use | [optional]
|
|
**license** | **String** | License to use | [optional]
|
|
**name** | **String** | Name of the repository to create |
|
|
**_private** | **Boolean** | Whether the repository is private | [optional]
|
|
**readme** | **String** | Readme of the repository to create | [optional]
|
|
|
|
|
|
|