gitee_create_user_repo
Create a new repository for the authenticated user with options for description, homepage, privacy, issues, wiki, auto-init README, gitignore, and license templates.
Instructions
Create a repository for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| description | No | Repository description | |
| homepage | No | Homepage URL | |
| private | No | Private repository | |
| has_issues | No | Enable issues | |
| has_wiki | No | Enable wiki | |
| auto_init | No | Auto-initialize with README | |
| gitignore_template | No | Gitignore template | |
| license_template | No | License template |