1.0.1 • Published 1 year ago

recursivefilereader v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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));
1.0.1

1 year ago

1.0.0

1 year ago