lucafluri / project-automation

git project init automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pre-setup:

Create ./config.json in project dir that contains the following. Must be kept Secret!

{
    "token": "GITHUB_API_TOKEN",
    "path": "PATH_TO_PROJECTS_DIR"
}

setup:

pip install -r requirements.txt

Usage:

Command to run the program type

'create <project_name>'       - Creates local and remote repo
'create <project_name> l'     - for just locally
'create <project_name> g'     - for just pushing local repo to new GitHub repo

About

git project init automation


Languages

Language:Python 86.8%Language:Batchfile 13.2%