fshost / node-dir

Recursive asynchronous file and directory operations for Node.js
MIT License
221 stars 44 forks source link

Please add promisified API for use with async/await in upcoming Node 7 #39

Open kristianmandrup opened 8 years ago

kristianmandrup commented 8 years ago

F.ex use https://www.npmjs.com/package/promisify-node

AckerApple commented 7 years ago

My pull request adds a method of require('node-dir').promiseFiles(dir, options).

Check it out, working with package owner to make official: #40

fork location: https://github.com/AckerApple/node-dir

mandricore commented 7 years ago

Good stuff :)