Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rawnly/gh-linear
create a new branch starting from linear issues
https://github.com/rawnly/gh-linear
gh-extension linear
Last synced: 2 months ago
JSON representation
create a new branch starting from linear issues
- Host: GitHub
- URL: https://github.com/rawnly/gh-linear
- Owner: rawnly
- License: mit
- Created: 2023-04-17T15:15:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T23:44:10.000Z (12 months ago)
- Last Synced: 2024-06-21T16:55:44.546Z (7 months ago)
- Topics: gh-extension, linear
- Language: Go
- Homepage: https://untitled.dev/projects/gh-linear
- Size: 70.3 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GH Linear
> Create a new branch from a linear issue
## Installation
```
gh extensions install rawnly/gh-linear
```Upgrade:
```
gh extensions upgrade rawnly/gh-linear
```## Usage
```
gh-linear is a tool to help you create new branches from Linear issuesUsage:
gh-linear [flags]
gh-linear [command]Examples:
$ gh linear --issue
$ gh linearAvailable Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
project Manage projectsFlags:
-h, --help help for gh-linear
-i, --issue string The issue identifierUse "gh-linear [command] --help" for more information about a command.
```## Setup
Right now in order to run `gh linear` you must have the environment variable `LINEAR_API_KEY` correctly configured.
### Suggestion
Create a `.env` file with the correct `LINEAR_API_KEY` in your projects and run `source .env` before running `gh linear`