create_repository
Create a new GitHub repository with specified name, description, privacy setting, and README initialization. Simplify repository setup using clear inputs for efficient project management.
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 |