create_repository
Create a repository for the authenticated GitHub user, configuring name, description, visibility, and initialization options.
Instructions
Create a repository for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| homepage | No | ||
| private | No | ||
| has_issues | No | ||
| has_projects | No | ||
| has_wiki | No | ||
| auto_init | No | ||
| gitignore_template | No | ||
| license_template | No |