chokidar 0.1.0

A cross-platform command line utility to watch file system changes.
1
2
3
4
5
6
7
8
9
10
11
12
A cross-platform command line utility to watch file system changes.

## install


```bash
cargo binstall chokidar
```

## example

```bash
chokidar 'src/**/*.{ts,tsx,json}' -c='pnpm run build' -d 1000 
```