Skip to content

Commit

Permalink
Merge pull request #322 from graingert/patch-1
Browse files Browse the repository at this point in the history
Add fs-promise as fs-extra-promise alternative
  • Loading branch information
jprichardson authored Nov 21, 2016
2 parents ac89f5a + a29aafe commit 8b15acb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,12 @@ var Promise = require('bluebird')
var fs = Promise.promisifyAll(require('fs-extra'))
```

Or you can use the package [`fs-extra-promise`](https://github.com/overlookmotel/fs-extra-promise) that marries the two together.
Or you can use a dedicated package:

- [`fs-extra-promise`](https://github.com/overlookmotel/fs-extra-promise) uses Bluebird.
- [`fs-promise`](https://github.com/kevinbeaty/fs-promise) uses
[Any Promise](https://github.com/kevinbeaty/any-promise) and also covers
[`mz/fs`](https://github.com/normalize/mz/blob/master/fs.js).


### TypeScript
Expand Down

0 comments on commit 8b15acb

Please sign in to comment.