chokidar 0.1.2

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

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