From 16e539250cedce8ebee987eb3f265653e955a8ac Mon Sep 17 00:00:00 2001 From: Wisaroot Lertthaweedech Date: Thu, 6 Aug 2026 11:43:05 +0700 Subject: [PATCH] feat: add bakefile --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 19662a181f..b02a5b5f12 100644 --- a/README.md +++ b/README.md @@ -709,6 +709,7 @@ _Libraries for debugging code._ _Compile software from source code._ +- [bakefile](https://github.com/wislertt/bakefile) - An OOP task runner in Python. It works like a Makefile, but tasks are Python class methods, so you can inherit and reuse them across projects. - [bitbake](https://github.com/openembedded/bitbake) - A make-like build tool for embedded Linux. - [doit](https://github.com/pydoit/doit) - A task runner and build tool. - [invoke](https://github.com/pyinvoke/invoke) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks.