bash-object VS bake

Compare bash-object vs bake and see what are their differences.

bash-object

Manipulate heterogenous data hierarchies in Bash. (by bash-bastion)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
bash-object bake
1 2
27 23
- -
5.3 4.7
7 months ago 4 months ago
Shell Shell
Mozilla Public License 2.0 BSD 3-clause "New" or "Revised" 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.

bash-object

Posts with mentions or reviews of bash-object. We have used some of these posts to build our list of alternatives and similar projects.
  • Iterating over 2D array
    1 project | /r/bash | 11 Apr 2022
    There are two ways to work around this. I'm going to shamelessly self-plug for the first option and mention you can use nest "objects" in Bash with a library like bash-object, but it's certainly not something you would want to use

bake

Posts with mentions or reviews of bake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-12.
  • The Unreasonable Effectiveness of Makefiles
    12 projects | news.ycombinator.com | 12 Aug 2022
    Honestly, I only find Makefiles useful when I have a tiny C/C++ project and need stuff just to compile quickly and easily without the overhead of a real build system.

    For literally everything else, I found myself using it more as a task runner - and Make doesn't do a great job at it. You end up mixing Bash and Make variables, string interpolation, and it becomes really messy, really fast. Not to mention the footguns associated with Make.

    I found bake (https://github.com/hyperupcall/bake) to suit my needs (disclaimer: I wrote it). It's literally just a Bash script with all the boilerplate taken care of you - what a task runner is meant to be imo

  • Basalt: The rock-solid Bash package manager
    2 projects | /r/bash | 26 May 2022
    Nope, I didn't add that in bakefiles because it seemed like supporting that in a declarative way would be overkill. Very simple dependencies can just be ran manually just as you think they could (calling `task.dev`), but I intentionally didn't want to bake in support for longer ones (at least not right now)

What are some alternatives?

When comparing bash-object and bake you can also consider the following projects:

bash-core - Core functions for any Bash program.

tclmake - Partial make clone in pure Tcl

basalt - The rock-solid Bash package manager.

make-booster - Utility routines to simplify using GNU make and Python

nvm - Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

checkexec - CLI tool to conditionally execute commands only when files in a dependency list have been updated. Like `make`, but standalone.

nvm - Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions [Moved to: https://github.com/nvm-sh/nvm]

Airflow - Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

dagger - Application Delivery as Code that Runs Anywhere

docker-flask-example - A production ready example Flask app that's using Docker and Docker Compose.

sub - a delicious way to organize programs