From b3912868010f62ba403999f0d315b9fc56242efe Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Sat, 13 Apr 2024 01:59:02 -0400 Subject: [PATCH] docs: README stub --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f62707e --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Spud + +🥔🥔🥔 + +## Overview + +Spud is a tool made to facilitate deploying containerized services. + +## Development + +This project relies on `go-task` to facilitate the development flow. It's expected to be [installed](https://taskfile.dev/installation/) to leverage the Taskfile commands.