Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/robvanderleek/gh-cib
- Owner: robvanderleek
- License: isc
- Created: 2024-10-12T21:03:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T14:12:44.000Z (3 months ago)
- Last Synced: 2024-12-06T08:35:47.073Z (26 days ago)
- Topics: cli, gh, gh-extension, terminal
- Language: Shell
- Homepage:
- Size: 173 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Security: docs/SECURITY.md
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)