1.0.0 • Published 4 years ago
tbsdp v1.0.0
BSDP
An binary diff&patch library based on bsdiff algorithm(v4.3)
INSTALLATION
Install with npm globally:
$ npm install --global bsdpor as a dependency for your project:
npm install --save bsdpUSAGE
Use as a command-line tool:
$ bsdp diff oldfile newfile patchfile
$ bsdp patch oldfile newfile patchfileor as a lib:
const bsdp = require('bsdp');
bsdp.diff(oldfile, newfile, patchfile);
bsdp.patch(oldfile, newfile, patchfile);1.0.0
4 years ago