node-folder-diff

2.0.1 • Public • Published

folder-diff

make diff between two folder or zip, gen patch file what describe the difference of folders

support Asynchronous support bsdiff

install

npm install node-folder-diff

api

var diff = require('node-folder-diff');
diff.diff(old_folder_path, new_folder_path, {bsdiff : true}).then(function(archive){
    var output = fs.createWriteStream(...);
    archive.pipe(output);
});

Readme

Keywords

Package Sidebar

Install

npm i node-folder-diff

Weekly Downloads

0

Version

2.0.1

License

none

Last publish

Collaborators

  • alexayan