bash3boilerplate VS bash-oo-framework

Compare bash3boilerplate vs bash-oo-framework and see what are their differences.

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
bash3boilerplate bash-oo-framework
5 5
2,170 5,601
0.1% 0.0%
3.1 0.0
9 months ago over 1 year ago
Shell Shell
MIT License MIT License
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.

bash3boilerplate

Posts with mentions or reviews of bash3boilerplate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-13.
  • Techniques I Use to Create a Great User Experience for Shell Scripts
    16 projects | news.ycombinator.com | 13 Sep 2024
    I can highly recommend using bash3boilerplate (https://github.com/kvz/bash3boilerplate) if you're writing BASH scripts and don't care about them running on systems that don't use BASH.

    It provides logging facilities with colour usage for the terminal (not for redirecting out to a file) and also decent command line parsing. It uses a great idea to specify the calling parameters in the help/usage information, so it's quick and easy to use and ensures that you have meaningful information about what parameters the script accepts.

    Also, please don't write shell scripts without running them through ShellCheck. The shell has so many footguns that can be avoided by correctly following its recommendations.

  • Being a bash developer in the 21st century
    4 projects | news.ycombinator.com | 22 Sep 2023
    I'm a fan of Bash3 Boilerplate (https://github.com/kvz/bash3boilerplate) and use a modified version of it for my shell scripts now. I like the code style and the logging, although I've amended the logging slightly to add a pipe input for long running processes that you want to see the output from before it finishes.

    I prefer having a stop-on-unexpected script as it makes errors far more explicit and it's not too onerous to work round the peculiarities of return codes.

    Greg's wiki (https://mywiki.wooledge.org/) is my go to resource for looking up snippets and learning to avoid the footguns - that and shellcheck are the key to "robust" bash scripts.

  • Bashkit V1
    38 projects | /r/bash | 27 Jan 2023
  • BashLib a helpful source file for any script
    36 projects | /r/bash | 20 Nov 2022
  • How do you add logs in your bash scripts?
    2 projects | /r/commandline | 19 Dec 2021
    Inspired from https://github.com/kvz/bash3boilerplate/blob/master/main.sh

bash-oo-framework

Posts with mentions or reviews of bash-oo-framework. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-27.

What are some alternatives?

When comparing bash3boilerplate and bash-oo-framework you can also consider the following projects:

bash-commons - A collection of reusable Bash functions for handling common tasks such as logging, assertions, string manipulation, and more

awesome-shell - A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.

ansi - ANSI escape codes in pure bash - change text color, position the cursor, much more

pure-bash-bible - 📖 A collection of pure bash alternatives to external processes.

events - An event/callback/promise system for bash apps that's fast (10k/s), tiny (<2.2K), and portable (bash 3.2+, builtins-only)

shournal - Log shell-commands and used files. Snapshot executed scripts. Fully automatic.

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured

Did you know that Shell is
the 10th most popular programming language
based on number of references?