Merge pull request #204 from es128/patch-1

Add Filesystem Watchers section
This commit is contained in:
Sindre Sorhus
2014-10-24 17:51:41 +02:00

View File

@@ -228,6 +228,8 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [fs-extra](https://github.com/jprichardson/node-fs-extra) - Extra methods for the `fs` module.
- [fs-write-stream-atomic](https://github.com/npm/fs-write-stream-atomic) - Like `fs.createWriteStream()`, but atomic.
- [lnfs](https://github.com/kevva/lnfs) - Force create symlinks like `ln -fs`.
- [chokidar](https://github.com/paulmillr/chokidar) - Filesystem watcher which stabilizes events from `fs.watch` and `fs.watchFile` as well as using native `fsevents` on OS X.
- [gaze](https://github.com/shama/gaze) - A globbing watch module which uses custom native binaries to listen to filesystem events.
### Control flow