-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d9d76eb
commit 04322ed
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Freeplane Code Explorer | ||
categories: | ||
- code exploration | ||
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. |