https://github.com/dpashutskii/diff-config-file
Diff Config Files
https://github.com/dpashutskii/diff-config-file
hexlet javascript
Last synced: 12 days ago
JSON representation
Diff Config Files
- Host: GitHub
- URL: https://github.com/dpashutskii/diff-config-file
- Owner: dpashutskii
- Created: 2017-01-23T08:06:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T08:51:27.000Z (over 7 years ago)
- Last Synced: 2025-04-24T19:01:53.637Z (24 days ago)
- Topics: hexlet, javascript
- Language: JavaScript
- Homepage:
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hexlet project L2 Diff Config File
Compares two configuration files and shows the difference
[](https://codeclimate.com/github/guar47/project-lvl2-s13)
[](https://codeclimate.com/github/guar47/project-lvl2-s13)
[](https://travis-ci.org/guar47/diffConfigFile)
[](https://codeclimate.com/github/guar47/project-lvl2-s13/coverage)## Global usage
* Install: `npm i -g diff-config-file`
* Help: `gendiff -h`
* Usage: `gendiff [options] `## Local usage package
* Install: `Make install`
* ESLint checker: `Make lint`
* Run: `Make run 1='firstConfig' 2='secondConfig'`
* Test: `Make test (test files in __tests__/__fixtures__/)`
* Build babel: `Make build`