Skip to content

ericwstephens3/RepoAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages