Skip to content

Lowband21/ProjectInitializationAutomation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, password, and desired file destination. Use the provided format at the bottom of this README.
source ~/.my_commands.sh (Add this to your .bashrc file)

Potential Issues:

  1. Will run into a error pushing initial commit if you haven't correctly generated and paired your ssh key with your github account

  2. Filepaths may be incorrect depending on where you clone the repository to

Usage:

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

To run remove.py navigate to project folder and run
'python remove.py [username] [password] [name of repo]'

Env File Format:

USERNAME="Username123"
PASSWORD="Password123"
FILEPATH="/path/to/your/project/"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 82.1%
  • Shell 10.4%
  • Batchfile 7.5%