Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
Adam Ralph edited this page Jun 29, 2014 · 11 revisions

Bau

Note: Bau is currently under initial development (version 0.x) and breaking changes may be introduced at any time.

TL;DR

Quickstart

About Bau

Bau is a C# task runner. It's built as a scriptcs script pack and is inspired by Rake, Grunt and gulp.

Bau itself is a small core package which simply allows the definition of tasks (wrappers around System.Action), dependencies between tasks and the execution of those tasks.

Custom tasks are provided by plugins.