juancv3d / Project_Git_Automation

This repo allow you to automate the project initialization steps that are necessary to create a local repo and connect it to a remote git repo. It will create a new folder, the README file, make the first commit and open vscode in the new repo folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project_Git_Automation

Linux py

This repo automate the process of creating a new project in your computer, automating the creation of the local repository and the remote repository, after that it will connect it, create the README.md file and generate the first commit.

Install:

git clone "https://github.com/juancv3d/Project_Git_Automation.git"
cd Project_Git_Automation
pip install -r requirements.txt

Run:

To run this script first you have to copy the bash function to ~/.zshrc or ~/.bashrc, change the project folder directory and create an envioremnt variable to store your Github API keys. Finally just type this command in your shell.

'create <name of the new repo>'

About

This repo allow you to automate the project initialization steps that are necessary to create a local repo and connect it to a remote git repo. It will create a new folder, the README file, make the first commit and open vscode in the new repo folder.


Languages

Language:Python 80.1%Language:Shell 19.9%