npm.io
0.1.1 • Published 9 years ago

concat-files

Licence
MIT
Version
0.1.1
Deps
1
Vulns
0
Weekly
0
Stars
26

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