create_repository
Create a new GitHub repository in your account. Specify name, description, privacy settings, and whether to initialize with a README file.
Instructions
Create a new GitHub repository in your account
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| description | No | Repository description | |
| private | No | Whether the repository should be private | |
| autoInit | No | Initialize with README.md |