Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.1 KB

File metadata and controls

20 lines (17 loc) · 1.1 KB

GitHub Repository Automation

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

Installation

gedit ~/.bashrc
source /path/to/.sh

Default Frameworks and Programs

These 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)