@chokidar-napi/chokidar
v0.1.3
Published
A cross-platform command line utility to watch file system changes.
Downloads
61
Maintainers
Readme
A cross-platform command line utility to watch file system changes.
install
npm i @chokidar-napi/chokidar
example
chokidar 'src/**/*.{ts,tsx,json}' -c='pnpm run build' -d 1000