readfile-recursively
v1.0.0
Published
Dead-simple read file recursively util
Readme
readfile-recursively
This is a Dead-simple recursively read file util function.
Install
Install with npm:
$ npm install readfile-recursivelyUsage
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.
