chokidar 0.1.0

A cross-platform command line utility to watch file system changes.
chokidar-0.1.0 is not a library.
Visit the last successful build: chokidar-0.1.2

A cross-platform command line utility to watch file system changes.

install

cargo binstall chokidar

example

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