Skip to content

Saeron/ProjectInitializationAutomation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this:

A couple of scripts made it with python and shell script to automate the process of create a new project. This scripts will create a folder whit the given name, a repo in your github account and make the first commit, also will make the opposite for remove.

Install:

git clone "https://github.com/KalleHallden/ProjectInitializationAutomation.git"
cd ProjectInitializationAutomation
pip install -r requirements.txt
Edit the file .env. Use the provided format at the bottom of this README.
Edit create.py and remove.oy to add your paths.
source ~/.my_commands.sh, this will make it valid for the actual terminal
If you want really use it i recommend you to add to .bashrc the
functions that you'll find on .my_commands.sh .

Usage:

To run the script type:
'create <name of your folder>'
or
'remove <name of your folder>'

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

No packages published

Languages

  • Python 73.0%
  • Shell 18.7%
  • Batchfile 8.3%