The Difference Calculator program compares two configuration files. The result of the comparison is displayed in various formats. The following formats are implemented in the package: stylish, plain, json. Examples of the program are shown below.
An example of the operation of the "Difference Calculator" package. Finding differences between two flat (only key-value pairs) json files.
An example of the operation of the "Difference Calculator" package. Finding differences between two flat (only key-value pairs) yaml files.
An example of the operation of the "Difference Calculator" package. Finding differences between two json and two yml files. Stylish format.
An example of the operation of the "Difference Calculator" package. Finding differences between two json and two yml files. Plain format.
An example of the operation of the "Difference Calculator" package. Finding differences between two json and two yml files. JSON format.
-
Install Node.js. This can be done according to the instructions
-
Clone the repository to your computer. This can be done with the git clone command.
-
Run the make install command to install the dependencies.
Educational project within the framework of teaching the profession "Front-end developer" at the Hexlet programming school