This bash script creates Github repositories through a single simple bash command. The command accepts two parameters. The first being the framework/language and the second being the name of the repository to create. It also opens up visual studio code with the newly created directory
- clone repository into desired location
- edit .sh file to change the path's, add/remove language support, etc. Also replace all instances of UNAME with your Github username
- create an ssh key for GitHub
- edit your .bashrc to permanently add the command to your terminal
gedit ~/.bashrc
source /path/to/.shThese are the programs and frameworks that currently run as part of the bash script when you first clone it. Change these for your own use.
- Flutter (creates the flutter project for you)
- VS code (opens all projects except android and c++)
- QT Creator (opens directory for c++ projects within IDE)