Skip to content

Helps to create and delete the repository from the command line. Get a personal access token from your GitHub developer settings

Notifications You must be signed in to change notification settings

nantha42/TerHub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TerHub

About

Helps to create and delete repository from command line. Get an personal access token from your github developer settings. Copy paste that token in tokens.dat in the main.py directory. And create a users.dat in the same directory containing only your username(required for deleting repository).

TerHub
  |-main.py
  |-tokens.dat
  |-users.dat

To create a repository

python3 main.py -c --name Sample --private false 

To delete a repository

python3 main.py -d --name Sample

About

Helps to create and delete the repository from the command line. Get a personal access token from your GitHub developer settings

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages