files-combiner

1.0.0 • Public • Published

files-combiner

Combine multile files into a single stream, one by one.

Usage

var combiner = require('files-combiner')
 
var fileList = [
  'path/to/lib.js',
  'path/to/anotherlib.js',
]
var readableStream = combiner(fileList)

Dependents (1)

Package Sidebar

Install

npm i files-combiner

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • amio