1.3.4 • Published 2 years ago

bsdiff-cli v1.3.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

bsdiff-cli

Use bsdiff in command line Interface.

Install

# yarn
yarn global add bsdiff-cli

# npm
npm i bsdiff-cli -g

Usage

While using bsdiff-cli, all the files must be in the same folder, and the bsdiff command should be used inside this folder, too.

<oldFile>, <newFile> and <patchFile> should be the file name without any path string, nor errors would occurred.

bsdiff --help
Usage: bsdiff <command>

Options:
  -V, --version                            output the version number
  -h, --help                               display help for command

Commands:
  diff|d <oldFile> <newFile> [patchFile]   Do diff and get patch file
  patch|p <oldFile> <newFile> <patchFile>  Do patch and get new file
  help [command]                           display help for command

Test

yarn test

License

MIT

1.2.0

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.2.3

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago