This project is centered around concepts like higher-order functions, recursion, and configuring the environment.
Чтобы читать Readme на русском перейдите по этой ссылке
Library and CLI application for comparing JSON structures, providing a seamless way to visualize and analyze differences.
- Node.js
- NPM Package Manager as a part of Node.js
- Clone a GitHub repository via
git clone https://github.com/Vyachowski/frontend-project-46.git
or
git clone git@github.com:Vyachowski/frontend-project-46.git
for ssh
- Run in a root directory of the project
npm ci
- And than execute
npm link
to run project via command line easily
- After your work with a project you can perform
npm remove -g @hexlet/code
to uninstall package from the npm global dependencies
You can run the project with:
make gendiff [filePath1] [filePath2]