0.0.2 • Published 6 years ago
frontend-project-lvl2-by-va v0.0.2
Description
The command line utility compares two configuration files and shows a difference. The utility supports the following input data formats: json, yaml, ini. The output report can be generated in one of the following formats: pretty (default), plain, json.
Download
$ git clone https://github.com/baseven/frontend-project-lvl2.git
Instalation
Navigate to the project directory and follow the steps below:
- Install dependencies:
$ make install
- Publish the package locally:
$ make publish
- Install the package from local storage:
$ npm link
Usage
Usage: gendiff [options] <firstConfig> <secondConfig>
Compares two configuration files and shows a difference.
Options:
-V, --version output the version number
-f, --format [type] Output format (default: "pretty")
-h, --help output usage information