Introduction

uDO #

A task executor, like GNU Make.
Easily describe tasks in python and execute them in a predictable and configurable order.
Great for compiling large projects, and automatizing any repetitive tasks.

Installation #

Binary #

You can download the latest binary from the releases.

Quick Start #

Quickest Start #

Simply run

udo --init

API #