1.0.0 • Published 9 years ago

node-folder-diff v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

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);
});
2.0.1

9 years ago

2.0.0

9 years ago

1.4.0

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago