Skip to content

DO9RE/github_helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GitHub Helpers

GitHub Helpers is a Bash script collection designed to simplify basic GitHub repository management tasks. It currently provides functionality to create and delete repositories directly from the terminal.

Warning: Use this tool with caution, especially when deleting repositories, as the action is irreversible.

Features

  • Create a Repository: Effortlessly create new repositories on GitHub.
  • Delete a Repository: Delete GitHub repositories from the command line. Be aware that this action is permanent and cannot be undone.

Prerequisites

To use this tool, you will need:

  • A GitHub account
  • A Personal Access Token (PAT) with the appropriate scopes:
    • For creating repositories: repo or public_repo (for public repositories only)
    • For deleting repositories: delete_repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages