To install dependencies:
bun install
To generate the diagram:
bun run index.ts > arch.svg
or to preview the diagram text bases:
bun run index.ts --ascii
This project was created using bun init in bun v1.2.21. Bun is a fast all-in-one JavaScript runtime.
bun init