Skip to content

Commit

Permalink
Add fs-promise as fs-extra-promise alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Nov 21, 2016
1 parent ac89f5a commit 8f7473b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,10 @@ 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 and also covers [`mz/fs`](https://github.com/normalize/mz/blob/master/fs.js).


### TypeScript
Expand Down

0 comments on commit 8f7473b

Please sign in to comment.