mbland / go-script-bash

Framework for writing modular, discoverable, testable Bash scripts
ISC License
95 stars 16 forks source link

Comparison to other frameworks #228

Closed nkakouros closed 5 years ago

nkakouros commented 6 years ago

I would like to ask how this framework, the Bash Infinity framework and Bash-it compare.

From what I have understood this framework aims to support the go-scripts "technique" and, in the mean time provides a wealth of functions and goodies to support the go-scripts but also to act as a library of useful functions.

On the other hand, Bash Infinity tries to offer some modules of functionality to basically make writing bash programs syntactically more rich and flexible.

Finally, bash-it provides a package of ready scripts/aliases/functions for daily use in the terminal.

Some questions: