lakruzz / gh-phlow

This repository is a template for our default Github issues developer workflow in Praqma
3 stars 2 forks source link

Make this available as a gh extension #85

Closed lakruzz closed 1 year ago

lakruzz commented 1 year ago

Making it a gh extension allows us to assume, that the user has already configured gh correctly, and it gives the script a lot of gh built-in features to utilize.

gh extensisons are defined by the repo following a naming convention and git extensions requires the executable to follow a naming convention - so they could actually co exist in the same repo.

lakruzz commented 1 year ago
$ gh extension install lakruzz/gh-phlow
extension is not installable: missing executable
lakruzz commented 1 year ago

https://docs.github.com/en/github-cli/github-cli/creating-github-cli-extensions

lakruzz commented 1 year ago

e7efc9c did the trick!