Open

Description
I've been considering switching over from chokidar to this due to a few issues, and having 0 dependencies is actually somewhat appealing to me.
But I'm missing a few features:
- Initial Scan (report found files as when starting the watcher)
- A "create" event (for when files are created)
- When a directory is removed in a recursive watch, report it's contents recursively as individual 'remove' events as well
Currently I have a few dirty workarounds for some of the things above, but it'd be nice if node-watch can have these built-in.
Metadata
Metadata
Assignees
Labels
No labels