fshost / node-dir

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

added options, promise method, ability to run sync mode, and much more #40

Closed AckerApple closed 7 years ago

AckerApple commented 7 years ago

This is very important to me and I have spent a lot if time on this. Please proceed with a more then usual amount of care.

Added

fshost commented 7 years ago

Working on a releasing a new version with your PR to NPM soon. Thanks.

AckerApple commented 7 years ago

What a great way to start the day.

I did notice the Table of Contents, in the README, is not displaying the listed subitems correctly. Most likely due to spacing/tabs being on the wrong stop.

Awesome. Game changing. Thank you extra.

jharmn commented 7 years ago

FYI tested with Bluebird, and it works great. Can't wait for NPM release.

AckerApple commented 7 years ago

Fantastic, much appreciate the comment. Before this goes live to NPM, the README.md Table of Contents needs to be realigned.

ALSO, I would like to add options{shortName:'relative'} as options{shortName:true} is just the last names of all items which is not terribly helpful.

I actually have time right now, I will get to the above mentioned now.

AckerApple commented 7 years ago

New pull request has been created with some fantastic material. Lets get this one on NPM!

Pull Request: #43