GoArgs
By taikedz
bash-builder
By gitlab-taikedz
GoArgs | bash-builder | |
---|---|---|
1 | 1 | |
0 | - | |
- | - | |
8.8 | - | |
about 1 month ago | - | |
Go | ||
GNU Lesser General Public License v3.0 only | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
GoArgs
Posts with mentions or reviews of GoArgs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-09.
-
Shell/Python vs Go - practical notes form a reimplementation project
Next up was parsing arguments. I've written before about some of my basic frustrations with out-of-the-box Go, one of which is around argument parsing. I've since solved this issue for myself in the form of my GoArgs package which offers short-flags and long-flags, positional argument unpacking, and additional handy options such as mode-switched flags.
bash-builder
Posts with mentions or reviews of bash-builder.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-06-09.
-
Shell/Python vs Go - practical notes form a reimplementation project
As for the modularisation issue, I leveraged another tool I had, the "bash builder" suite, which transpiles a custom syntax and files along a library path, into a single deployable bash script. Again, I had to code this solution as a workaround to limitations with shell scripts. Again, shell scripts have idiosyncracies for gearing towards shell usage, not large-codebase usage. It has been fun to implement, but limitations still remain.
What are some alternatives?
When comparing GoArgs and bash-builder you can also consider the following projects:
alpacka-ng - Next Gen Alpacka
alpacka