Tool
Create repository
The Create Repository tool allows developers to effortlessly create new GitHub repositories directly within their account. This seamless integration simplifies project initialization, saving time and streamlining the development workflow.
Features
- Quickly create new repositories with a single command.
- Option to initialize the repository with a README file automatically.
- Set repository visibility as public or private according to your project needs.
- Add a descriptive summary to your repository for better organization.
- Intuitive input options to customize repository settings efficiently.
Benefits
- Save time by automating repository creation without leaving your development environment.
- Enhance project management with clear descriptions and visibility settings.
- Improve collaboration by easily sharing and managing access to your repositories.
- Boost productivity by initializing repositories with essential files instantly.
- Simplify version control setup for all types of projects, big or small.
Description
Create a new GitHub repository in your account
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| autoInit | boolean | Initialize with README |
| description | string | Repository description |
| namerequired | string | Repository name |
| private | boolean | Whether repo should be private |