Open Contents
Streamline your GitHub project setup with ease! This tool automates the initialization of a local Git repository, seamlessly creates a corresponding GitHub repository, and pushes your code with minimal interaction. Perfect for developers looking to save time and standardize their repository creation process.
Automate repo setup and push with ease!
To install this project, follow these steps:
-
Download the script to your project directory.
-
Make the script executable:
chmod +x create-github-repo-from-local-dir.sh
-
Ensure you have the necessary dependencies installed:
- The script will check for
curl
andjq
and prompt you to install them if they are missing.
- The script will check for
- Ensure you have Python installed on your system.
- Install the required module:
pip install requests
- Download the script to your project directory.
Khalid
This project was created by Khalid. Connect with me on GitHub to learn more about my projects and professional background.
This project is licensed under the MIT License.