- clone file: git clone https://github.com/masonhorder/projectAutomation.git
- change credentials to your username and custom file locations
- create bin directory(skip to the next step if you have already done this):
1. cd ~
2. mkdir bin
3. export PATH=$PATH:/Users/masonhorder/bin
- move open_project, update and create to bin directory
- activate update - chmod u+x update
- activate create - chmod u+x create
- activate open_project - chmod u+x open_project
Now you can run these commands terminal.
Update: update (project name) (message)
Create: create (project name)
Open Project: open_project (project name)
Note: when you run create you will be prompted for your password to github
This was inspired by https://github.com/KalleHallden/ProjectInitializationAutomation