From 65eefa86672ac31b99f02a208adfcc80a11c21eb Mon Sep 17 00:00:00 2001 From: Charlie <64078329+zacharlie@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:04:29 +0200 Subject: [PATCH 1/2] Add AlpineFlow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36571b4..6c75f1d 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@ Curators: Christopher, John and Moritz from [React Flow](https://reactflow.dev) - [behave-flow](https://github.com/beeglebug/behave-flow) - UI for behave-graph using react-flow - [graphlib](https://github.com/dagrejs/graphlib) - Helpers for directed graphs in JS - [graphology](https://github.com/graphology/graphology) - Utilities and algorithms for all kinds of graphs +- [AlpineFlow](https://github.com/copyfactory/AlpineFlow) - Simple DAG definition with AlpineJS, based on dagre ### Misc From b03345dc8a393819bec604c6b003414e14c25786 Mon Sep 17 00:00:00 2001 From: Charlie <64078329+zacharlie@users.noreply.github.com> Date: Mon, 5 May 2025 11:17:32 +0200 Subject: [PATCH 2/2] Change AlpineFlow description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c75f1d..9710053 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Curators: Christopher, John and Moritz from [React Flow](https://reactflow.dev) - [behave-flow](https://github.com/beeglebug/behave-flow) - UI for behave-graph using react-flow - [graphlib](https://github.com/dagrejs/graphlib) - Helpers for directed graphs in JS - [graphology](https://github.com/graphology/graphology) - Utilities and algorithms for all kinds of graphs -- [AlpineFlow](https://github.com/copyfactory/AlpineFlow) - Simple DAG definition with AlpineJS, based on dagre +- [AlpineFlow](https://github.com/copyfactory/AlpineFlow) - Library to create DAGs in AlpineJS [OSS] ### Misc