GitHub Repo Creator
This application allows you to turn a local folder into a GitHub repository through a simple Java GUI.
How It Works
- Select a folder containing your project
- Enter your desired GitHub repository name and description
- Paste your GitHub personal access token
- Choose whether the repo should be public or private
- Click Create GitHub Repo
- The program will initialize Git, commit, create the GitHub repo, and push
System Requirements
- Java JDK 17+
- GitSubprocessClient Library: https://github.com/CSC109/GitSubprocessClient
- GitHubApiClient Library: https://github.com/CSC109/GitHubApiClient
- Git installed and available in your system PATH
- GitHub API token with
repo
permissions
Disclaimer
This is a prototype application. It is not yet intended for commercial use, and has no advanced error handling or production-level safeguards.