SkyOffice icon indicating copy to clipboard operation
SkyOffice copied to clipboard

A generated file dependencies chart for the Client part code

Open ibarapascal opened this issue 1 year ago • 0 comments

As the title, the generated chart is something like below.

docs-components

with the command below using arkit inside the client folder

npx arkit -d src \
  -e \"src/services,src/stores,src/hooks.ts,src/util.ts,src/web\" \
  -o ./docs-components.png

Prompt to add the chart somewhere like the bottom of the README to show others the main file dependencies we've got here.

It could help us understand the scenes being used inside the client/src/PhaserGame.ts, and the relationship with other classes we made I guess.

ibarapascal avatar Feb 02 '23 08:02 ibarapascal