From 7feb63b20961775c9e1e3a4fa6b8ea1ef880777f Mon Sep 17 00:00:00 2001 From: Alex Dubowski Date: Fri, 10 Oct 2025 11:21:17 +0100 Subject: [PATCH] Add CookCLI (#1689) Co-authored-by: Rabenherz112 --- software/cookcli.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 software/cookcli.yml diff --git a/software/cookcli.yml b/software/cookcli.yml new file mode 100644 index 0000000000..fa0c147895 --- /dev/null +++ b/software/cookcli.yml @@ -0,0 +1,10 @@ +name: CookCLI +website_url: https://cooklang.org +source_code_url: https://github.com/cooklang/CookCLI +description: Command-line tool for automating meal planning and shopping with Cooklang recipes, scriptable for UNIX workflows, includes web server. +licenses: + - MIT +platforms: + - Rust +tags: + - Recipe Management