idoavrah / terraform-tui

Terraform textual UI
https://pypi.org/project/tftui/
Apache License 2.0
998 stars 30 forks source link

add a brew formulae #17

Closed idoavrah closed 11 months ago

cedricbastin commented 1 year ago

brew install tftui instead of pip install tftui

idoavrah commented 1 year ago

brew install tftui instead of pip install tftui

That's the general idea 😄

Sanverik commented 1 year ago

* GitHub repository too new (<30 days old) when I am trying to create a new formulae

idoavrah commented 1 year ago

image

ganievs commented 1 year ago

Hi guys! Might be a good idea to start with homwbrew taps?

You need to create a repo for instance terraform-tui-formula with the homebrew formulae.

And installation through the tap will look like this.

$ brew tap idoavrah/terraform-tui-formula
$ brew install terraform-tui
idoavrah commented 11 months ago

Done.

You can now install by running brew install idoavrah/homebrew/tftui.