1.1.3 • Published 4 years ago

gendiff-liza v1.1.3

Weekly downloads
7
License
ISC
Repository
github
Last release
4 years ago

frontend-project-lvl2

Travis

Build Status

CodeClimate

Maintainability

Test Coverage

About

This project is designed to generate a diff between to config files.

Acceptable config file formats:

  • .json
  • .yml
  • .ini

Diff can be visualized in three different ways:

  • Tree
  • Plain
  • JSON

Installation

npm install gendiff-liza

Execution

Specific format of the diff is required as an argument.

gendiff --format=plain before.json after.json