An open API service indexing awesome lists of open source software.

https://github.com/jrainlau/bsdiff-cli

bsdiff globally
https://github.com/jrainlau/bsdiff-cli

Last synced: 2 months ago
JSON representation

bsdiff globally

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: bsdiff

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

Commands:
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