Skip to content

vvo/concat-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is X years old, there must be better ways to concatenate files with Node.js nowadays

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

About

[DEPRECATED] Concatenate files asynchronously with node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published