mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2024-11-27 11:35:29 -05:00
Add chokidar & gaze
This commit is contained in:
parent
27a076099d
commit
f99a92bc66
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue