Skip to content

muzzai/frontend-project-lvl2

Repository files navigation

Node CI

Command Line Interface project

Compares two configuration files and shows the difference. Available for *.json, *.yml and *.ini files. The difference can be displayed as a tree, json or in plain format.

Install

Clone repo

$ git clone https://github.com/muzzai/frontend-project-lvl2.git

Navigate to the package root folder and install dependencies with

$ make install

then publish the package locally with

$ make publish

and install it to your system globally with

$ sudo 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: "tree")
  -h, --help           output usage information

Examples




About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published