Skip to content

Commit 79661e6

Browse files
committed
initial README.md
0 parents  commit 79661e6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# svelte-check-daemon
2+
3+
```
4+
# Runs `svelte-check --watch` and makes the results available instantly when running `svelte-check-daemon check`.
5+
svelte-check-daemon start
6+
7+
# Like `svelte-check`, but uses the last valid result from `svelte-check --watch`.
8+
svelte-check-daemon check
9+
```

0 commit comments

Comments
 (0)