From a76374e128d660f1032b45c31508b253ce5f9640 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Sat, 25 Jul 2026 10:34:28 +0100 Subject: [PATCH] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e69de29..497a001 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# taskrunner +A small program to run a set of tasks from a given `.yaml` file and custom +`.py` scripts if required.