https://github.com/themaster1127/makeanewprojectfast
This script allows you to create repositories on GitHub quickly and efficiently. Using Git and Hub
https://github.com/themaster1127/makeanewprojectfast
autohotkey automation git github hub
Last synced: 2 months ago
JSON representation
This script allows you to create repositories on GitHub quickly and efficiently. Using Git and Hub
- Host: GitHub
- URL: https://github.com/themaster1127/makeanewprojectfast
- Owner: TheMaster1127
- License: mit
- Created: 2023-10-11T20:48:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-11T12:22:14.000Z (over 1 year ago)
- Last Synced: 2025-01-26T00:34:04.802Z (4 months ago)
- Topics: autohotkey, automation, git, github, hub
- Language: AutoHotkey
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This script allows you to create repositories on GitHub quickly and efficiently. Using Git and Hub
# GitHub Project Setup
This repository needs a file named `MyData.txt` with the following information:
- **Token**:
- Place your GitHub personal access token on this line. You can get your token here https://github.com/settings/tokens?type=beta and also give this access:
- **UserName**:
- Add your GitHub username on this line.- **Email**:
- Enter the email associated with your GitHub account on this line.- **Project Folder**:
- Specify the full path to your GitHub Projects folder on this line.
- Make sure there is no backslash (`\`) at the end of the project folder path.It should look like this in `MyData.txt`:
```
github_pat_1465768796trufutfucfff8drx67568d56rser7d6dryxdu66dyrzrxdufRANOMHERitsNOTreal
TheMaster1127
[email protected]
C:\Users\The_M\OneDrive\Desktop\GitHub Projects
```## Important Note
The `MyData.txt` file is ignored by `.gitignore`, so if you make changes to it, ensure that you update the file in your GitHub repository accordingly.
## Git and Hub Installation
Before you proceed, make sure you have Git and Hub installed on your machine.
- **Git Installation:**
- Visit [Git - Downloads](https://git-scm.com/downloads) to download and install Git.- **Hub Installation (Optional, but recommended for GitHub command-line tools):**
- Visit [GitHub Hub - Releases](https://github.com/github/hub/releases) to download and install Hub.## AutoHotKey (AHK) Installation
- **AutoHotKey Version 1.1:**
- AutoHotKey is a Windows-only tool. Visit [AutoHotKey - Download](https://www.autohotkey.com/download/ahk-install.exe) to download and install AutoHotKey version 1.1.After installing Git, Hub, and AutoHotKey, you can proceed with setting up your GitHub project using the information provided in `MyData.txt`.
This README file provides detailed instructions for setting up your GitHub project, including an example of how the `MyData.txt` file should be formatted.
## How It Works
When you run the script, you can name the new project and press the button.
You can also name an existing folder in the directory of GitHub projects on your computer, and that folder will be uploaded as a project. Additionally, it will add the README file and the license