Skip to content

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.

Notifications You must be signed in to change notification settings

Ankurallin1/Repo-using-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages