create_repository
Set up a new GitHub repository with a name, description, and privacy settings. Initialize it with a README.md file for quick project setup.
Instructions
Create a new GitHub repository in your account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
autoInit | No | Initialize with README.md | |
description | No | Repository description | |
name | Yes | Repository name | |
private | No | Whether the repository should be private |