0.0.2 • Published 4 years ago

a-read-files v0.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

a-read-files

NPM Version LICENSE Build Status code style: prettier

Read files from a directory.

Installation

npm install a-read-files

Usages

const readfiles = require("a-read-files");

readfiles("/foo/bar/", {
  onFileContent: function (filename, content) {
    console.log(content);
  },
});

Related

  • node-readfiles - A lightweight node.js module to recursively read files in a directory using ES6 Promises.

License

Copyright (c) 2019 dailyrandomphoto. Licensed under the MIT license.