Description
Folder watching as a Streamly stream.
Description
Provides Streamly streams for both single-level and recursive folder watching. Also contains a principled and compositional system for filtering file system events.
README.md
This library provides a higher-level, stream-based API for fsnotify
. It should work anywhere both streamly
and fsnotify
do. Note that there's no need for your project to register a dependency on fsnotify
directly, but you will need to depend on streamly
in order to get anything done.