argbash
bash-oo-framework
argbash | bash-oo-framework | |
---|---|---|
13 | 5 | |
1,390 | 5,567 | |
- | - | |
0.0 | 0.0 | |
about 1 month ago | 9 months ago | |
M4 | Shell | |
GNU General Public License v3.0 or later | MIT License |
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.
argbash
-
Is there a recommended alternative to getopts?
Yeah, now that I look at it a bit closer, it is quirky. Not unmanageable, but I think I prefer something like Argparse which generates the parsing code for you using a simpler language.
- Bashkit V1
- BashLib a helpful source file for any script
- Argbash: Bash argument parsing code generator
- GitHub - matejak/argbash: Bash argument parsing code generator
-
Hacker News top posts: Mar 22, 2022
Argbash: Bash argument parsing code generator\ (0 comments)
bash-oo-framework
- Bashkit V1
-
I will never use sepples
Behold! OOP Bash! https://github.com/niieani/bash-oo-framework
- BashLib a helpful source file for any script
-
Examples of cool || non-standard || "simply insane" bash stuff?
https://github.com/niieani/bash-oo-framework - oo principals implemented in bash
-
Something equivalent to classes in bash?
Otherwise... maybe this?
What are some alternatives?
bash-argsparse - An high level argument parsing library for bash
shellspec - A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells
docopts - Shell interpreter for docopt, the command-line interface description language.
shournal - Log shell-commands and used files. Snapshot executed scripts. Fully automatic.
getoptions - An elegant option/argument parser for shell scripts (full support for bash and all POSIX shells)
pure-bash-bible - 📖 A collection of pure bash alternatives to external processes.
modernish - Modernish is a library for writing robust, portable, readable, and powerful programs for POSIX-based shells and utilities.
bats-core - Bash Automated Testing System
oils - Oils is our upgrade path from bash to a better language and runtime. It's also for Python and JavaScript users who avoid shell!
awesome-shell - A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
argparse-bash - Use python's argparse module in shell scripts
boop - Object-Oriented Programming primitives for Haskell