https://github.com/jrainlau/bsdiff-cli
bsdiff globally
https://github.com/jrainlau/bsdiff-cli
Last synced: 2 months ago
JSON representation
bsdiff globally
- Host: GitHub
- URL: https://github.com/jrainlau/bsdiff-cli
- Owner: jrainlau
- Created: 2022-10-10T13:05:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T15:41:37.000Z (over 1 year ago)
- Last Synced: 2025-01-27T10:35:47.685Z (3 months ago)
- Language: JavaScript
- Size: 261 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bsdiff-cli
Use bsdiff in command line Interface.### Install
```bash
# 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.``, `` and `` should be the file name without any path string, nor errors would occurred.
```bash
bsdiff --help
Usage: bsdiffOptions:
-V, --version output the version number
-h, --help display help for commandCommands:
diff|d [patchFile] Do diff and get patch file
patch|p Do patch and get new file
help [command] display help for command
```### Test
```bash
yarn test
```### License
MIT