concat-files
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 testbenchmarks
node benchlicense
MIT
