readfilerecurisvely

This is a package helps to read all file recursively. And provides the array of files


Keywords
readfile, readfilerecursively, readdirectory
License
ISC
Install
npm install readfilerecurisvely@1.0.0

Documentation

Read files of directory

You have to follow these steps

const readDirRecursive = require('readFileRecursively')

readDirRecursive('./directoryName').then(data => { console.log(data) })