recursivefilereader

1.0.1 • Public • Published

Recursive File reader in Directory

This package reads all the child files and return an array of file paths from a directory

Installation

Install recursivefilereader with npm install recursivefilereader

  npm install recursivefilereader

Example

const filereader = require("recursivefilereader");

filereader("./test1")
  .then((res) => console.log(res))
  .catch((err) => console.log(err));

Package Sidebar

Install

npm i recursivefilereader

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

7.5 kB

Total Files

5

Last publish

Collaborators

  • subhadip_das