Skip to content

An binary diff&patch library based on bsdiff algorithm(v4.3)

Notifications You must be signed in to change notification settings

tsyeyuanfeng/bsdp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSDP

An binary diff&patch library based on bsdiff algorithm(v4.3)

INSTALLATION

Install with npm globally:

$ npm install --global bsdp

or as a dependency for your project:

npm install --save bsdp

USAGE

Use as a command-line tool:

$ bsdp diff oldfile newfile patchfile
$ bsdp patch oldfile newfile patchfile

or as a lib:

const bsdp = require('bsdp');

bsdp.diff(oldfile, newfile, patchfile);
bsdp.patch(oldfile, newfile, patchfile);

About

An binary diff&patch library based on bsdiff algorithm(v4.3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published