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.


/readfile-recursively/

    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