Gendiff
: the program compares two configuration files.
The result of comparing files can be output in different formats: :one: stylish :two: plain :three: JSON
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.
- Clone the repository git clone [email protected]:polina-belyakaeva/frontend-project-46.git
- Go to repository directory cd frontend-project-46
- Install dependencies: make install
- Install the package: make link