Home

Awesome

baur Example Repository

<img src="https://github.com/simplesurance/baur/wiki/media/baur.png" width="256" height="256">

This repository showcases the incremental task runner baur.
It can be cloned and used to try and experiment with baur locally.
The directory structure represents a monorepo with multiple applications:

All application tasks (like compiling an application) are run in docker containers.
This ensures the reproducibility of tasks.
It also makes it simple to track changes in the execution environment by specifying the reference of the docker image an input file of the task.

Requirements

The following applications needs to be installed to experiment with baur in the example repository:

Quickstart

Now you can start to experiment with baur.

Things to Try

Some things you could do in the repository: