Categorygithub.com/mr55p-dev/rancher
modulepackage
0.2.0
Repository: https://github.com/mr55p-dev/rancher.git
Documentation: pkg.go.dev

# README

rancher

rancher is a utility for creating Git branches, with support for autofilling from a jira ticket. Very simple, run rancher, fill out the fields, and get a git branch at the end of it. Branches are created with the format {feature type?}/{ticket?}/{description}.

[!NOTE] It's possible to customise the separator, but not yet the layout of the components in the branch. If this is a feature you really want, make an issue!

Rancher demo

Rancher also supports a basic jira integration. Create an API token here and save it to the rancher configuration file at $HOME/.config/rancher/rancher.yml.

jira:
    username: <YOUR EMAIL ADDRESS>
    api-token: <YOUR API TOKEN>

Running $ rancher -jira will populate the ticket list with your assigned tickets in active sprints. Selecting one of these will fill out the {ticket} and {description} fields of the branch.

Installation

Install this with $ go install github.com/mr55p-dev/rancher@latest.

Contributing

Feel free to raise a PR with any issues or features. For requests, make an issue!

# Functions

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author