From 4055b4ce375bcca951fa755c329c383ff933c75f Mon Sep 17 00:00:00 2001 From: Dimitry Polivaev Date: Mon, 20 May 2024 15:09:06 +0200 Subject: [PATCH] Add link to Freeplane Code Explorer --- data/tools/freeplane-code-explorer.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 data/tools/freeplane-code-explorer.yml diff --git a/data/tools/freeplane-code-explorer.yml b/data/tools/freeplane-code-explorer.yml new file mode 100644 index 000000000..a975ecbd6 --- /dev/null +++ b/data/tools/freeplane-code-explorer.yml @@ -0,0 +1,17 @@ +name: Freeplane Code Explorer +categories: + - meta +tags: + - java + - kotlin + - scala +license: GPL-2.0-or-later +types: + - desktop application +source: 'https://github.com/freeplane/freeplane' +homepage: 'https://docs.freeplane.org/user-documentation/Code_Explorer.html' +description: > + The Code Explorer mode in Freeplane is designed for analyzing the structure and dependencies + of code compiled to JVM class files. + It also allows displaying ArchUnit test results directly in Freeplane, + if Freeplane is running and ArchUnit detects rule violations during the tests.