Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 766 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 766 Bytes

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.