From 89a03d6014412c6e14cdf3d16b3350c7e647c4ad Mon Sep 17 00:00:00 2001 From: Jan Arends Date: Thu, 18 Dec 2025 19:38:48 +0100 Subject: [PATCH 1/3] Add TangleGuard --- data/tools/tangleguard.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 data/tools/tangleguard.yml diff --git a/data/tools/tangleguard.yml b/data/tools/tangleguard.yml new file mode 100644 index 000000000..dad0dfc02 --- /dev/null +++ b/data/tools/tangleguard.yml @@ -0,0 +1,20 @@ +name: TangleGuard +categories: + - linter +tags: + - rust + - ci +license: proprietary +types: + - cli + - service +source: "https://github.com/TangleGuard" +homepage: "https://tangleguard.com/" +resources: + - title: TangleGuard Preview + url: https://youtu.be/whzbP1Hnsqs +description: >- + A tool that helps developers to understand and maintain their software architecture. + It generates interactive, configurable dependency graphs out of source code, with all packages and modules included. + You can choose the level of details and get what portions of your codebase gets rendered. + That way you get a quick understanding of the software's architecture and detect unwanted dependencies and spaghetti code which harm efficient maintenance and leads to technical debt and inflexibility. From 731b10294596d5e0d4b937f3181e968b9f18f61c Mon Sep 17 00:00:00 2001 From: Jan Arends Date: Thu, 18 Dec 2025 19:50:55 +0100 Subject: [PATCH 2/3] More information --- data/tools/tangleguard.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/data/tools/tangleguard.yml b/data/tools/tangleguard.yml index dad0dfc02..cfea567ba 100644 --- a/data/tools/tangleguard.yml +++ b/data/tools/tangleguard.yml @@ -1,16 +1,21 @@ name: TangleGuard categories: - linter + - meta tags: - rust - ci license: proprietary +plans: + free: false + oss: true types: - cli - service +wrapper: false source: "https://github.com/TangleGuard" homepage: "https://tangleguard.com/" -resources: +demo: - title: TangleGuard Preview url: https://youtu.be/whzbP1Hnsqs description: >- From dac5fb28296276c1cc0a9a898f0a50ceb49f3997 Mon Sep 17 00:00:00 2001 From: Jan Arends Date: Thu, 18 Dec 2025 20:04:37 +0100 Subject: [PATCH 3/3] more resources --- data/tools/tangleguard.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/tools/tangleguard.yml b/data/tools/tangleguard.yml index cfea567ba..bb9a6c8b6 100644 --- a/data/tools/tangleguard.yml +++ b/data/tools/tangleguard.yml @@ -15,9 +15,15 @@ types: wrapper: false source: "https://github.com/TangleGuard" homepage: "https://tangleguard.com/" -demo: +resources: + - title: TangleGuard Public Directory Sample + url: https://directory.tangleguard.com/project/Lorem-Ipsum/sample - title: TangleGuard Preview url: https://youtu.be/whzbP1Hnsqs + - title: TangleGuard Documentation + url: https://docs.tangleguard.com/welcome/intro/ +demo: + - https://directory.tangleguard.com/project/Lorem-Ipsum/sample description: >- A tool that helps developers to understand and maintain their software architecture. It generates interactive, configurable dependency graphs out of source code, with all packages and modules included.