Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 920 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 920 Bytes

Maintainability Build Status

Diff-config

Hexlet Project #2: Difference Calculator Configuration Files

Make commands

npm install diff-config -g
make up # Instalation
make test # Test run
make json # Usage example
genfiff -h # Help
genfiff file1 file2 # Using

Steps

  1. Install NPM-package and run gendiff CLI.
  2. Calculation of differences in flat files. Tests added.
  3. Added YAML format.
  4. Added ini format.
  5. Nested structure processed.
  6. Added plain output format.
  7. Added JSON output format.

asciicast