Download shfmt
from GitHub releases
#468
latipun7
started this conversation in
API suggestions
Replies: 1 comment 1 reply
-
Hello! Yes, definitely. Prebuilt packages are generally preferred when available. PR to change this is very much welcomed, #434 may be used as a reference (it transformed an installer from using go to GitHub release assets). Otherwise I'll get around to it eventually! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently
shfmt
is installed usinggo
. I'm notgo
developer so installinggo
which is so huge imo only for installingshfmt
is kinda overkill.shfmt
GitHub release already has the latest version of pre-build of that tools, but it's not zip or tarball. They are the executable itself. So, after downloading that, it just needs to be renamed intoshfmt
orshfmt.exe
and set the executable.Does this approach could be supported? Thank you very much for this great tool.
Beta Was this translation helpful? Give feedback.
All reactions