23 lines
334 B
Markdown
23 lines
334 B
Markdown
# diagrams
|
|
|
|
To install dependencies:
|
|
|
|
```bash
|
|
bun install
|
|
```
|
|
|
|
To generate the diagram:
|
|
|
|
```bash
|
|
bun run index.ts > arch.svg
|
|
```
|
|
|
|
or to preview the diagram text bases:
|
|
|
|
```bash
|
|
bun run index.ts --ascii
|
|
```
|
|
|
|
---
|
|
|
|
This project was created using `bun init` in bun v1.2.21. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
|