heyMakar / frontend-project-lvl2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gendiff calculator

Node.js CI Maintainability Test Coverage

Project info:

Gendiff calculator is a second project, which i create while pass hexlet.io courses. This is a CLI utility for compare two config files and show the difference between.

Setup:

make install

Usage info:

Type in terminal gendiff pathToFile1 pathToFile2 Program works with absolute and relative paths.

Options:

If you need change output format, just use -f [format] flag. Formats: tree (by default), plain, json.

Preview with asciinema:

asciicast

asciicast

asciicast

asciicast

About


Languages

Language:JavaScript 97.5%Language:Makefile 2.5%