Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 771 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 771 Bytes

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>