readfile-recursively

1.0.0 • Public • Published

readfile-recursively

This is a Dead-simple recursively read file util function.

Install

Install with npm:

$ npm install readfile-recursively

Usage

const readfile_rec = require("readfile-recursively");

const fileString = readfile_rec("src", /^.s?css/, (err, data) => {
  console.log(data);
});

License

Copyright © 2019, Azliya. Released under the ISC License.


Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    2

Package Sidebar

Install

npm i readfile-recursively

Weekly Downloads

2

Version

1.0.0

License

ISC

Unpacked Size

1.39 kB

Total Files

3

Last publish

Collaborators

  • zm093