0.7.3 • Published 5 years ago

gendiff-s401 v0.7.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Gendiff

Build Status Maintainability

What is it?

A tool that compares two config files and outputs the difference.

Installation and usage

Install with npm:

$ npm install -g gendiff-s401

asciicast

Compare files:

$ gendiff <firstConfig> <secondConfig>
  • JSON: asciicast
  • Yaml: asciicast
  • INI: asciicast

Deep structures comparison is supported:

asciicast

Format:

The tree, generated by gendiff, could be rendered in various ways. For now, general, plain and json output formats are implemented. General format is used by default. You can set the preferred renderer like this:

$ gendiff --format [general|plain|json] <firstConfig> <secondConfig>
  • -f plain asciicast

  • -f json asciicast

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago