Skip to main content

Utils to easily create/delete/rename repository.

Project description

Git Repo CLI

Utils to easily create/delete/rename repository.

Installation

To install git-repo-cli util type in your terminal:

pip install git-repo-cli

To use all the git-repo-cli functionality you should configure GitHub access token.

git-repo config --token <github-token>

Now you can use it.

Usage

To make usage of the cli easier git-repo is used, instead of git-repo-cli. To get help on usage you can always add --help flag to the command:

git-repo --help

Initialize repository

To initialize repository type the following in the terminal:

git-repo init <repository-path>

It will create folder with name of <repository-path> folder and initialize it locally and remotely.

If you use other name on remote you should use the following pattern:

git-repo init <repository-name> -f <repository-local-path>

It will create repository with name <repository-name> on remote and with path <repository-local-path> locally.

Delete repository

To delete a repository use the following command:

git-repo delete <repository-path>

Rename repository

To rename a repository use the following command:

git-repo rename <repository-path> <repository-new-name>

Contributing

See CONTRIBUTING.md

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git-repo-cli-1.3.1.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

git_repo_cli-1.3.1-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page