Skip to content

sirikon/ebro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3b739d3 Â· Apr 13, 2025
Feb 5, 2025
Feb 4, 2025
Mar 23, 2025
Apr 13, 2025
Feb 5, 2025
Jan 30, 2025
Apr 13, 2025
Mar 23, 2025
Jan 12, 2025
Feb 4, 2025
Apr 13, 2025
Nov 12, 2024
Dec 24, 2024

Repository files navigation

Ebro

📚 Documentation

Ebro is a task runner. Tasks are defined inside YAML files, scripted with Bash, and configured with a name, requirements, when to skip execution, and other details.

Ebro is distributed as a single binary, including the script interpreter (mvdan/sh).

It's heavily inspired in go-task/task, but originally built around a personal need for configuring servers, although it's not tied to this use case and remains agnostic.

Install the ebrow workspace script

curl --location --output ebrow 'https://github.com/sirikon/ebro/releases/latest/download/ebrow'
chmod +x ebrow

More information.