Browse Source

readme: removed roadmap; file walker will be included, file watching will not for now. Chokidar is now default recommendation

ci/travis-osximage
JP Richardson 10 years ago
parent
commit
a72ac8ab60
  1. 13
      README.md

13
README.md

@ -317,19 +317,14 @@ var fs = Promise.promisifyAll(require("fs-extra"))
If you like TypeScript, you can use `fs-extra` with it: https://github.com/borisyankov/DefinitelyTyped/tree/master/fs-extra
### Misc.
- [mfs](https://github.com/cadorn/mfs) - Monitor your fs-extra calls.
### File / Directory Watching
If you want to watch for changes to files or directories, then you should use [chokidar](https://github.com/paulmillr/chokidar).
Roadmap
--------
This contains items that I'm considering doing. I'd love community feedback.
### Misc.
* File system walker. I really like this one: https://github.com/daaku/nodejs-walker ... this might be adding too much. Thoughts?
* File/directory tree watcher. There are quite a few. ... this also might be adding too much. I like this one: https://github.com/paulmillr/chokidar, thoughts?
- [mfs](https://github.com/cadorn/mfs) - Monitor your fs-extra calls.

Loading…
Cancel
Save