Ankurallin1 / Repo-using-CLI

This is a command-line tool that allows users to create a new GitHub repository without using the GitHub web interface. The tool is built with Bash and uses the GitHub API to interact with GitHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get started

  • Edit script with your credentials At line:

  • Line 1: Your name

  • Line 2: Your Email ID

  • Line 11: Your public Access Token

  • Line 4: Your Github Username

Dependency

For windows

  • Install Git

  • Install Ubuntu wsl from Microsoft Store

  • Open Ubuntu With admin Permissions

  • Paste following command

    1). sudo apt install xclip

    2). sudo apt install wslu

  • Put the script in /usr/local/bin

  • Give access with chmod 777

  • Run script anywhere with command source script_name.sh

For Ubuntu

  • Install Git

  • Paste following command

    1). sudo apt install xclip

    2). sudo apt install wslu

  • Put the script in /usr/local/bin

  • Give access with chmod 777

  • Run script anywhere with command source script_name.sh

Video Description

  • Coming soon 😊

About

This is a command-line tool that allows users to create a new GitHub repository without using the GitHub web interface. The tool is built with Bash and uses the GitHub API to interact with GitHub.


Languages

Language:Shell 100.0%