cl-diff-tool
Version:
command line diff tool
17 lines (14 loc) • 451 B
Markdown
# cl-diff-tool
Compares two configuration files and shows a difference.
[](https://travis-ci.org/Rabinzon/project-lvl2-s129)
### Usige
```sh
$ npm i -g cl-diff-tool
$ gendiff [options] <firstConfig> <secondConfig>
```
### Options
```
-h, --help output usage information
-V, --version output the version number
-f, --format [type] output format
```