We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As the title, the generated chart is something like below.
with the command below using arkit inside the client folder
client
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.
scenes
client/src/PhaserGame.ts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As the title, the generated chart is something like below.
with the command below using arkit inside the
client
folderPrompt 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 theclient/src/PhaserGame.ts
, and the relationship with other classes we made I guess.The text was updated successfully, but these errors were encountered: