Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 577 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 577 Bytes

Install:

git clone "https://github.com/KalleHallden/ProjectInitializationAutomation.git"
cd ProjectInitializationAutomation
pip install -r requirements.txt
touch .env
Then open the .env file and store your username, github personal access token, and desired file destination. Use the provided format at the bottom of this README.
source ~/.my_commands.sh

Usage:

To run the script type in 'create <name of your folder>'

Env File Format:

USERNAME="Username123"
GITHUB_TOKEN="your github token"
FILEPATH="/path/to/your/project/"