# Chokidar

Chokidar is a fast open-source file watcher for node. js. You give it a bunch of files, it watches them for changes and notifies you every time an old file is edited; or a new file is created.

Visit the following resources to learn more:

- [@official@NPM Docs](https://www.npmjs.com/package/chokidar)