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.
- 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.
To use this tool, you will need:
- A GitHub account
- A Personal Access Token (PAT) with the appropriate scopes:
- For creating repositories:
repoorpublic_repo(for public repositories only) - For deleting repositories:
delete_repo
- For creating repositories: