read-bulk

0.0.1 • Public • Published

node-read-bulk

Just a little helper module to save some time.

Installation

npm install read-bulk

Usage

var bulk = require('read-bulk');

bulk.readFiles(['file', 'names'], function(err, files) {
    
    // Loop over each file.
    files.each(function(contents) {
        console.log(contents);
    });

    // Return a specific file by filename
    files.get('file');
    files.get('names');
});

Readme

Keywords

none

Package Sidebar

Install

npm i read-bulk

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • hughsk