concat-files

0.1.1 • Public • Published

concat-files

Build Status

example

  var concat = require('concat-files');
 
  concat([
    '/my/first/file',
    '/another/file',
    '/one/last/file'
  ], '/to/destination', function(err) {
    if (err) throw err
    console.log('done');
  });

tests

npm test

benchmarks

node bench

license

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i concat-files

Weekly Downloads

2,114

Version

0.1.1

License

MIT

Last publish

Collaborators

  • vvo