📜 ⬆️ ⬇️

arkit - architectural diagrams for JavaScript, TypeScript and Flow

arkit (. arkitektur)

Ladies and gentlemen, I present to your attention arkit - a tool that analyzes the files of your project and generates a dependency diagram between them and external modules. It is probably easier to show with the example of arkit itself:

architectural diagram

Thus, for each commit, this SVG-diagram is updated and allows you to always see the current overall picture. Overview of features at the moment:


Try it with a simple command npx arkit -o arkit.svg in the project folder and tell us how you got the result. Also, I wonder if there was a need for such a solution and what alternatives have you tried.

')

Source: https://habr.com/ru/post/443560/


All Articles