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