Automate Project Initialization to GitHub using Python and Shell Script
- Clone it.
cd project-init-automation
pip3 install -r requirements.txt
source ~/project-init-automation/nggawe.sh
Type
nggawe [folder_name] [github_username]
- Create own command in Linux
- Shell scripting
- Using API in Python
This project is inspired by KalleHallden's project.