readAllText on Nodejs with Promise

Coming from .NET background and recently started working with Javascript and Nodejs I really miss the File.IO.readAllText in .NET  I find it really useful when reading small texts. The fs module in Nodejs is OK but I couldn't find a promise version of the fs so I wrote a quick boiler plate. Been a while since I posted any code in this blog. Here goes

Code here

https://github.com/hnasr/nodejshelper/blob/master/readAllText.js


Here is how to consume it

https://github.com/hnasr/nodejshelper...



 •  0 comments  •  flag
Share on Twitter
Published on January 12, 2018 10:39
No comments have been added yet.