git clone "https://github.com/cooolinho/ProjectInitializationAutomation.git"
cd ProjectInitializationAutomation
pip install -r requirements.txt
touch .env
Then open the .env file and store your username, password, and desired file destination. Use the provided format at the bottom of this README.
source ~/.my_commands.shCommand to run the program type
create <project_name> <private/public>GITHUB_TOKEN="tokenxyz"
FILEPATH="/path/to/your/project/"