From f7d367e1e749bda311dd66b76df26c8bb4d29d87 Mon Sep 17 00:00:00 2001 From: RaghavChamadiya Date: Tue, 14 Apr 2026 19:09:22 +0530 Subject: [PATCH] Add repowise --- data/tools/repowise.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 data/tools/repowise.yml diff --git a/data/tools/repowise.yml b/data/tools/repowise.yml new file mode 100644 index 0000000000..6d6cf5585f --- /dev/null +++ b/data/tools/repowise.yml @@ -0,0 +1,27 @@ +name: repowise +categories: + - linter +tags: + - c + - cpp + - csharp + - go + - java + - javascript + - kotlin + - php + - python + - ruby + - rust + - scala + - swift + - typescript +license: AGPL-3.0 +types: + - cli +homepage: https://github.com/repowise-dev/repowise +source: https://github.com/repowise-dev/repowise +description: >- + Indexes codebases into dependency graphs, git history, auto-generated docs, + and architectural decisions. Supports 14 languages with tree-sitter AST parsing, + dead code detection, hotspot analysis, and ownership tracking.