Loop-dir
Recrusively loop into a directory, and return all the file path in an array.
Install
npm install loop-dir
Usage
loop(filename or folder)
return [array]
return all the files in a folder, if it is a file then return the path of the file.
License
MIT @chilijung