add rain detector to arch diagram
This commit is contained in:
parent
c56ec0d15b
commit
1529df5c7c
3 changed files with 62 additions and 50 deletions
|
|
@ -6,10 +6,18 @@ To install dependencies:
|
|||
bun install
|
||||
```
|
||||
|
||||
To run:
|
||||
To generate the diagram:
|
||||
|
||||
```bash
|
||||
bun run index.ts
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue