Skip to content

Automate the process of creating and linking a new repo and a local folder every time you begin a new project.

Notifications You must be signed in to change notification settings

Renc17/Project_Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Initialization Automation

Run the script on your terminal and initialize a new project with a readme locally in /Documents/MyProjects and remotely on your GitHub account create a new repository with the same name (using GitHub API) then push first commit (README).

Install

git clone https://github.com/Renc17/Project_Automation.git
cd Project_Automation

install requirements below

Requirements

Inside your cloned repo run :

pip install python-dotenv
python -m pip install requests

How to

  1. Create a Personal Token on your GitHub account
  2. Create a .env file in your cloned repo
  3. Add your personal token as:
PERSONAL_ACCESS_TOKEN=Your-Personal-Token
  1. Run
./init-project.sh <your project name>

About

Automate the process of creating and linking a new repo and a local folder every time you begin a new project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published