In babashka 0.4.0 a new feature was introduced: the task runner.
In this talk, Michiel demonstrates how to best leverage this new feature to
automate and compose the execution of common project tasks.
Developed since August 2019 (2000+ stars, 68 contributors) • Can be used to replace “the grey areas” of bash • Installable via script, brew (macOS, linux), aur (linux), scoop (Windows) $ time bb -e '(+ 1 2 3)' 6 0.00s user 0.00s system 67% cpu 0.013 total