Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.53 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.53 KB

Hexlet tests and linter status:

Actions Status Maintainability Code checks Test Coverage

Gendiff


Gendiff: the program compares two configuration files.

The result of comparing files can be output in different formats: :one: stylish :two: plain :three: JSON

Installation


The program run on a Unix-like operating system. Make sure you have Node.js and npm installed run the following commands:

    node -v
    npm -v

Node.js v13.0.0 or higher must be installed to use the program.

  1. Clone the repository git clone [email protected]:polina-belyakaeva/frontend-project-46.git
  2. Go to repository directory cd frontend-project-46
  3. Install dependencies: make install
  4. Install the package: make link

How it works


asciicast