Skip to content

A command line utility to watch file system changes.

Notifications You must be signed in to change notification settings

ahaoboy/chokidar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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