Skip to content

mrandrewer/frontend-project-46

Repository files navigation

gendiff

hexlet-check Node CI Maintainability Test Coverage

A lightweight nodejs comparison tool for configuration files

Getting started

Clone this repo to your computer. Then at the root of the project run

make install
sudo npm link

The code above installs gendiff module locally from cloned repository.

Usage

gendiff [options] <filepath1> <filepath2>

Options:
  -V, --version        output the version number
  -f, --format <type>  output format (choices: "stylish", "plain", "json", default: "stylish")
  -h, --help           display help for command

Examples

Compare two simple json files

asciicast

Compare two simple yml files

asciicast

Compare two complex files

asciicast

Use plain output format

asciicast

Use json output format

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published