Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 827 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 827 Bytes

GitHub Repo Creator

Overview

This repository houses a tool designed to create a new GitHub repository and sync it with a local machine automatically. The tool allows you to create a repository, configure it for your GitHub account, and set up the desired license and .gitignore file.

Description

GitHub Repo Creator (GHRC) is a simple, yet powerful tool that automates the process of creating a new GitHub repository and managing its INITIALISATION. This tool saves time and effort by handling configuration tasks such as:

  • Setting up the correct local and remote repositories
  • Selecting the appropriate license
  • Including a suitable .gitignore files

Usage

cp .env.example .env

modify the variables in the .env file as required

./ghrc.fish --help

Requirments

  • python3
  • fish