Skip to content

Commit a4dae03

Browse files
authored
docs: add formatting and setup command examples (#222)
1 parent 6b29bf8 commit a4dae03

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ bun add -d rstack
5959
"test": "rs test",
6060
"lint": "rs lint",
6161
"lib": "rs lib",
62-
"doc": "rs doc"
62+
"doc": "rs doc",
63+
"format": "rs fmt",
64+
"prepare": "rs setup"
6365
}
6466
}
6567
```
@@ -74,6 +76,7 @@ pnpm test
7476
pnpm lint
7577
pnpm lib
7678
pnpm doc
79+
pnpm format
7780
```
7881

7982
## Credits

0 commit comments

Comments
 (0)