From f78be1cb562f4a5518a2626f0bbe18a35333007b Mon Sep 17 00:00:00 2001 From: jpic Date: Thu, 11 Jun 2020 18:12:02 +0200 Subject: [PATCH] Fix title order --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0627713..2532feb 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,6 @@ Shlax is a Python framework for system automation, initially with the purpose of replacing docker, docker-compose and ansible with a single tool with the purpose of code-reuse made possible by target abstraction. -The pattern resolves around two moving parts: Actions and Targets. - ## Development status: Design state I got the thing to work with an ugly PoC that I basically brute-forced, I'm @@ -27,6 +25,10 @@ Shlax builds its container itself, so check the shlaxfile.py of this repository to see what it currently looks like, and check the build job of the CI pipeline to see the output. +# Design + +The pattern resolves around two moving parts: Actions and Targets. + ## Action An action is a function that takes a target argument, it may execute nested