Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robvanderleek/gh-cib

Create issue branch from GitHub CLI
https://github.com/robvanderleek/gh-cib

cli gh gh-extension terminal

Last synced: 26 days ago
JSON representation

Create issue branch from GitHub CLI

Awesome Lists containing this project

README

        

# GH Extension: Create Issue Branch

> Extension for the GitHub CLI that automates the creation of issue branches.

![demo](docs/demo.gif)

# What is this?

A day in the life of many developers:

1. Create a new GitHub Issue to work on something
2. Create a local branch for that issue
3. Do coding magic :sparkles:

This GH CLI extension automates steps 1 and 2 for you.

# Installation

```shell
gh ext install robvanderleek/gh-cib
```

## upgrade

```shell
gh ext upgrade robvanderleek/gh-cib
```

## uninstall

```shell
gh ext remove robvanderleek/gh-cib
```

# Usage

Make sure you have the [GitHub CLI](https://cli.github.com/) up and running.
Next, install the extension (see above), and type the following inside any
cloned repository:

```shell
gh cib
```

That's it!

# Configuration

None yet, do you want to configure anything? Please open an issue for it!

# Feedback, suggestions and bug reports

Please create an issue here: https://github.com/robvanderleek/gh-cib/issues

If you like this software, please star :star: it.

# Contributing

If you have suggestions for how this extension could be improved, or want to
report a bug, [open an issue](https://github.com/robvanderleek/gh-cib/issues)!
All and any contributions are appreciated.

# License

[ISC](LICENSE) © 2024 Rob van der Leek
(https://x.com/robvanderleek)