1

I'm currently working on code analysis and using this tool https://jqassistant.org/ to query the code of a Java application, I'm able right now to query all the feign clients and relationships between a set of jar files what gives me a dependency matrix based on the code, is really cool. But I don't know if you know a similar tool that does the same process based on a TypeScript code, particularly on an Angular 8+ application, we have a lot of micro-apps(backend and frontend) and I'm interested in build a code-based dependency matrix.

Thank you all!

1 Answers1

0

Sadly there's no Typescript support for jQAssistant yet, but scanner prototypes are currently work in progress.

Dirk Mahler
  • 1,186
  • 1
  • 6
  • 7